pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mozjs60 mozjs60: Minimum gcc version is actually 4.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ed1c6fb300f
branches: trunk
changeset: 426988:9ed1c6fb300f
user: nia <nia%pkgsrc.org@localhost>
date: Thu Apr 09 16:46:56 2020 +0000
description:
mozjs60: Minimum gcc version is actually 4.9
diffstat:
lang/mozjs60/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 12f07b09672b -r 9ed1c6fb300f lang/mozjs60/Makefile
--- a/lang/mozjs60/Makefile Thu Apr 09 16:36:15 2020 +0000
+++ b/lang/mozjs60/Makefile Thu Apr 09 16:46:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/04/06 05:33:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/09 16:46:56 nia Exp $
DISTNAME= mozjs60_60.8.0.orig
PKGNAME= ${DISTNAME:S/_/-/:S/.orig//}
@@ -16,7 +16,8 @@
USE_TOOLS+= autoconf213 gmake perl pkg-config
USE_LANGUAGES= c c++
-GCC_REQD+= 4.8
+# "ERROR: Only GCC 4.9 or newer is supported"
+GCC_REQD+= 4.9
HAS_CONFIGURE= yes
CONFIGURE_DIRS= build
Home |
Main Index |
Thread Index |
Old Index