pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
firefox-hg: use builtin icu since pkgsrc one is too old (wants 58 not 57)
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Nov 20 21:42:49 2016 +0100
Changeset: 61a0e6a1d7ad634dc5144c673dbc9c7bbd8766af
Modified Files:
firefox-hg/mozilla-common.mk
Log Message:
firefox-hg: use builtin icu since pkgsrc one is too old (wants 58 not 57)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=61a0e6a1d7ad634dc5144c673dbc9c7bbd8766af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
firefox-hg/mozilla-common.mk | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/firefox-hg/mozilla-common.mk b/firefox-hg/mozilla-common.mk
index fc02143..12bf075 100644
--- a/firefox-hg/mozilla-common.mk
+++ b/firefox-hg/mozilla-common.mk
@@ -45,7 +45,8 @@ CONFIGURE_ARGS+= --enable-system-pixman
CONFIGURE_ARGS+= --with-system-libvpx
CONFIGURE_ARGS+= --enable-system-hunspell
CONFIGURE_ARGS+= --enable-system-ffi
-CONFIGURE_ARGS+= --with-system-icu
+# needs 58.1, but pkgsrc is stuck at 57
+#CONFIGURE_ARGS+= --with-system-icu
CONFIGURE_ARGS+= --with-system-jpeg
CONFIGURE_ARGS+= --with-system-zlib
CONFIGURE_ARGS+= --with-system-bz2
@@ -169,7 +170,7 @@ PLIST_SUBST+= DLL_SUFFIX=".so"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-.include "../../textproc/icu/buildlink3.mk"
+#.include "../../textproc/icu/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index