pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

spidermonkey31: use textproc/icu (instead of rebuilding a mozjs one!)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jul 30 11:59:03 2016 +0200
Changeset:	7c1410ff636359555d4c6900b120e72d420ede0d

Modified Files:
	spidermonkey31/Makefile

Log Message:
spidermonkey31: use textproc/icu (instead of rebuilding a mozjs one!)

XXX: still BROKEN but now for -fpermissive related errors

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c1410ff636359555d4c6900b120e72d420ede0d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spidermonkey31/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/spidermonkey31/Makefile b/spidermonkey31/Makefile
index e8e7ad3..432ea7c 100644
--- a/spidermonkey31/Makefile
+++ b/spidermonkey31/Makefile
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+=	--enable-strip
 CONFIGURE_ARGS+=	--enable-readline
 CONFIGURE_ARGS+=	--enable-system-ffi
 CONFIGURE_ARGS+=	--enable-threadsafe
+CONFIGURE_ARGS+=	--with-system-icu
 CONFIGURE_ARGS+=	--with-system-nspr
 
 PKGCONFIG_OVERRIDE+=	ctypes/libffi/libffi.pc.in
@@ -57,4 +58,5 @@ post-install:
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
+.include "../../textproc/icu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index