pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox Fix duplicate GCC_REQD. Noticed by tsutsui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cae0cc7f429
branches:  trunk
changeset: 361962:1cae0cc7f429
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon May 01 00:13:45 2017 +0000

description:
Fix duplicate GCC_REQD. Noticed by tsutsui@. Thank you.

diffstat:

 www/firefox/mozilla-common.mk |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 3b11a3e49da6 -r 1cae0cc7f429 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Sun Apr 30 23:02:09 2017 +0000
+++ b/www/firefox/mozilla-common.mk     Mon May 01 00:13:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.93 2017/04/29 02:45:20 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.94 2017/05/01 00:13:45 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -7,8 +7,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-GCC_REQD+=             4.9
-
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 BUILD_DEPENDS+=                yasm>=1.1:../../devel/yasm
 
@@ -31,8 +29,7 @@
 TOOLS_PLATFORM.tar=    ${TOOLS_PATH.bsdtar}
 USE_TOOLS+=            bsdtar
 .endif
-# GCC 4.6 is required to support nullptr.
-GCC_REQD+=             4.8
+GCC_REQD+=             4.9
 .if ${MACHINE_ARCH} == "i386"
 # Fix for PR pkg/48152.
 CXXFLAGS+=             -march=i586



Home | Main Index | Thread Index | Old Index