pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mozjs78



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Nov 21 02:42:03 UTC 2020

Modified Files:
        pkgsrc/lang/mozjs78: Makefile

Log Message:
mozjs78: requires minimum GCC 7.1


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/mozjs78/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/mozjs78/Makefile
diff -u pkgsrc/lang/mozjs78/Makefile:1.3 pkgsrc/lang/mozjs78/Makefile:1.4
--- pkgsrc/lang/mozjs78/Makefile:1.3    Sat Nov 21 02:28:13 2020
+++ pkgsrc/lang/mozjs78/Makefile        Sat Nov 21 02:42:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/21 02:28:13 gutteridge Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/21 02:42:03 gutteridge Exp $
 
 DISTNAME=      mozjs78_78.4.0.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
@@ -15,8 +15,8 @@ WRKSRC=               ${WRKDIR}/firefox-${PKGVERSION_
 USE_TOOLS+=    autoconf213 gmake perl pkg-config
 USE_LANGUAGES= c c++
 
-# "ERROR: Only GCC 6.1 or newer is supported"
-GCC_REQD+=     6
+# "ERROR: Only GCC 7.1 or newer is supported"
+GCC_REQD+=     7       
 
 HAS_CONFIGURE=         yes
 CONFIGURE_DIRS=                build



Home | Main Index | Thread Index | Old Index