pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mozjs78 mozjs78: requires minimum GCC 7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729608d2fd25
branches:  trunk
changeset: 442240:729608d2fd25
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Nov 21 02:42:03 2020 +0000

description:
mozjs78: requires minimum GCC 7.1

diffstat:

 lang/mozjs78/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 13069d0e86ec -r 729608d2fd25 lang/mozjs78/Makefile
--- a/lang/mozjs78/Makefile     Sat Nov 21 02:28:13 2020 +0000
+++ b/lang/mozjs78/Makefile     Sat Nov 21 02:42:03 2020 +0000
@@ -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 @@
 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