Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mozjs60 mozjs60: Minimum gcc version is actually 4.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7289595e0ba4
branches:  trunk
changeset: 428690:7289595e0ba4
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 09 16:46:56 2020 +0000

description:
mozjs60: Minimum gcc version is actually 4.9

diffstat:

 lang/mozjs60/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 79f570c67a31 -r 7289595e0ba4 lang/mozjs60/Makefile
--- a/lang/mozjs60/Makefile     Thu Apr 09 16:36:15 2020 +0000
+++ b/lang/mozjs60/Makefile     Thu Apr 09 16:46:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/04/06 05:33:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/09 16:46:56 nia Exp $
 
 DISTNAME=      mozjs60_60.8.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 4.9 or newer is supported"
+GCC_REQD+=     4.9
 
 HAS_CONFIGURE=         yes
 CONFIGURE_DIRS=                build



Home | Main Index | Thread Index | Old Index