pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/mozjs68 mozjs68: requires minimum GCC 6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/c712ac63ceb9
branches: trunk
changeset: 440984:c712ac63ceb9
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Fri Oct 23 00:21:04 2020 +0000
description:
mozjs68: requires minimum GCC 6.1
diffstat:
lang/mozjs68/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e1a945fb6a3a -r c712ac63ceb9 lang/mozjs68/Makefile
--- a/lang/mozjs68/Makefile Thu Oct 22 23:46:06 2020 +0000
+++ b/lang/mozjs68/Makefile Fri Oct 23 00:21:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/10/21 00:18:25 gutteridge Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/23 00:21:04 gutteridge Exp $
DISTNAME= mozjs68_68.6.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 6.1 or newer is supported"
+GCC_REQD+= 6
HAS_CONFIGURE= yes
CONFIGURE_DIRS= build
Home |
Main Index |
Thread Index |
Old Index