pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/spidermonkey52
Module Name: pkgsrc
Committed By: nia
Date: Sun Nov 10 14:17:38 UTC 2019
Modified Files:
pkgsrc/lang/spidermonkey52: Makefile
Log Message:
spidermonkey52: Requires gcc 4.8 or higher
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/spidermonkey52/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/spidermonkey52/Makefile
diff -u pkgsrc/lang/spidermonkey52/Makefile:1.18 pkgsrc/lang/spidermonkey52/Makefile:1.19
--- pkgsrc/lang/spidermonkey52/Makefile:1.18 Sun Aug 11 13:21:24 2019
+++ pkgsrc/lang/spidermonkey52/Makefile Sun Nov 10 14:17:38 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/10 14:17:38 nia Exp $
DISTNAME= mozjs-52.7.4
PKGREVISION= 11
@@ -17,6 +17,9 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config perl gmake autoconf213
AUTOCONF_REQD= 2.13
+# ERROR: Only GCC 4.8 or newer is supported
+GCC_REQD+= 4.8
+
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --enable-readline
CONFIGURE_ARGS+= --with-system-icu
@@ -43,7 +46,6 @@ CXXFLAGS+= -march=i586
.elif ${MACHINE_ARCH} == "powerpc"
# PowerPC doesn't have the necessary hardware-backed atomics, it needs
# GCC's libatomic. Tested with GCC 4.8.5 and 7.3 on NetBSD 8.0/powerpc.
-GCC_REQD+= 4.8
USE_PKGSRC_GCC= yes
USE_PKGSRC_GCC_RUNTIME= yes
.endif
Home |
Main Index |
Thread Index |
Old Index