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: gutteridge
Date: Wed Jan 16 04:24:28 UTC 2019
Modified Files:
pkgsrc/lang/spidermonkey52: Makefile
Log Message:
lang/spidermonkey52: amend a comment
GCC 6 had PowerPC build fixes applied recently in pkgsrc.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/lang/spidermonkey52/Makefile:1.13
--- pkgsrc/lang/spidermonkey52/Makefile:1.12 Wed Jan 16 02:00:48 2019
+++ pkgsrc/lang/spidermonkey52/Makefile Wed Jan 16 04:24:28 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/01/16 02:00:48 gutteridge Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/16 04:24:28 gutteridge Exp $
DISTNAME= mozjs-52.7.4
PKGREVISION= 6
@@ -40,8 +40,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:..
CXXFLAGS+= -march=i586
.elif ${MACHINE_ARCH} == "powerpc"
# PowerPC doesn't have the necessary hardware-backed atomics, it needs
-# GCC's libatomic. pkgsrc's GCC 6 build fails at present on
-# NetBSD 8.0/powerpc, but others >= 4.8 work; tested with 4.8.5 and 7.3.
+# 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
Home |
Main Index |
Thread Index |
Old Index