pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/mozjs128
Module Name: pkgsrc
Committed By: wiz
Date: Sat Aug 31 08:42:04 UTC 2024
Modified Files:
pkgsrc/lang/mozjs128: Makefile
Log Message:
mozjs128: requires gcc 8
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/mozjs128/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/mozjs128/Makefile
diff -u pkgsrc/lang/mozjs128/Makefile:1.1 pkgsrc/lang/mozjs128/Makefile:1.2
--- pkgsrc/lang/mozjs128/Makefile:1.1 Mon Aug 26 13:53:41 2024
+++ pkgsrc/lang/mozjs128/Makefile Sat Aug 31 08:42:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/08/26 13:53:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2024/08/31 08:42:04 wiz Exp $
MOZVER= 128.1.0esr
DISTNAME= firefox-${MOZVER}.source
@@ -16,8 +16,8 @@ WRKSRC= ${WRKDIR}/firefox-${PKGVERSION_
USE_TOOLS+= gmake perl pkg-config
USE_LANGUAGES= c c++
-# "ERROR: Only GCC 7.1 or newer is supported"
-GCC_REQD+= 7
+# "ERROR: Only GCC 8.1 or newer is supported"
+GCC_REQD+= 8
CHECK_PORTABILITY_SKIP+= security/nss/tests/libpkix/libpkix.sh
CHECK_PORTABILITY_SKIP+= security/nss/tests/multinit/multinit.sh
Home |
Main Index |
Thread Index |
Old Index