pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/spidermonkey52 spidermonkey52: Requires gcc 4.8 o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/657032c884f8
branches: trunk
changeset: 417403:657032c884f8
user: nia <nia%pkgsrc.org@localhost>
date: Sun Nov 10 14:17:38 2019 +0000
description:
spidermonkey52: Requires gcc 4.8 or higher
diffstat:
lang/spidermonkey52/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 9b005abae6be -r 657032c884f8 lang/spidermonkey52/Makefile
--- a/lang/spidermonkey52/Makefile Sun Nov 10 13:28:14 2019 +0000
+++ b/lang/spidermonkey52/Makefile Sun Nov 10 14:17:38 2019 +0000
@@ -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_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 @@
.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