summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2012-11-17 16:07:45 +0100
committerTreeve Jelbert2012-11-19 18:23:30 +0100
commitcbcc0bb3f922e899b4aa43e9ea794329e72bb24f (patch)
tree07a8209570b64a52e1cb607b7b3f139584d160be
parent6d4cc228330acf19950b1bcc19662e6ffd0071b9 (diff)
libarchive - make link to icu explicit
-rwxr-xr-xarchive-libs/libarchive/DEPENDS6
-rw-r--r--archive-libs/libarchive/HISTORY3
2 files changed, 9 insertions, 0 deletions
diff --git a/archive-libs/libarchive/DEPENDS b/archive-libs/libarchive/DEPENDS
index cb1874e105..2e97ae8d5b 100755
--- a/archive-libs/libarchive/DEPENDS
+++ b/archive-libs/libarchive/DEPENDS
@@ -42,6 +42,12 @@ optional_depends libxml2 \
"--with-xml2" \
"--without-xml2" \
"for xar support through libxml2" &&
+# make icu usage explicit
+if is_depends_enabled $SPELL libxml2;then
+ if is_depends_enabled libxml2 icu;then
+ depends icu
+ fi
+fi &&
optional_depends expat \
"--with-expat" \
diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index b338ae622c..7b6515d9b9 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2012-11-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: make icu usage explicit
+
2012-05-14 Vlad Glagolev <stealth@sourcemage.org>
* DEPENDS: fixed dependencies: _all_ of them are optional; added missing