pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: ryoon
Date: Mon May 1 00:13:45 UTC 2017
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
Fix duplicate GCC_REQD. Noticed by tsutsui@. Thank you.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/www/firefox/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.93 pkgsrc/www/firefox/mozilla-common.mk:1.94
--- pkgsrc/www/firefox/mozilla-common.mk:1.93 Sat Apr 29 02:45:20 2017
+++ pkgsrc/www/firefox/mozilla-common.mk Mon May 1 00:13:45 2017
@@ -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 @@ test:
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