pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/mozjs68



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Oct 23 00:21:04 UTC 2020

Modified Files:
        pkgsrc/lang/mozjs68: Makefile

Log Message:
mozjs68: requires minimum GCC 6.1


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/mozjs68/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/mozjs68/Makefile
diff -u pkgsrc/lang/mozjs68/Makefile:1.7 pkgsrc/lang/mozjs68/Makefile:1.8
--- pkgsrc/lang/mozjs68/Makefile:1.7    Wed Oct 21 00:18:25 2020
+++ pkgsrc/lang/mozjs68/Makefile        Fri Oct 23 00:21:04 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/firefox-68.6.0/js/src
 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