diff options
author | bad <bad@pkgsrc.org> | 2015-05-14 15:28:04 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2015-05-14 15:28:04 +0000 |
commit | a382c8f6d25ea0d0cf0d140818fc0106f06a78af (patch) | |
tree | 0968853f078407d76301ff0c0892efd7aa6069f3 /www/firefox | |
parent | ba161922c5d32184caa0a0a00038a2c155c421e0 (diff) | |
download | pkgsrc-a382c8f6d25ea0d0cf0d140818fc0106f06a78af.tar.gz |
GCC 4.6 doesn't cut the mustard anymore. Require 4.8 as that is the best
supported version on NetBSD. PKGREVISION++
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 3 | ||||
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e897449d028..482cebb918c 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.211 2015/05/12 22:48:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.212 2015/05/14 15:28:04 bad Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 38.0 @@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index cc6c56fb3ca..3833ac92862 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.53 2015/04/12 09:02:39 martin Exp $ +# $NetBSD: mozilla-common.mk,v 1.54 2015/05/14 15:28:04 bad Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -21,7 +21,7 @@ TOOLS_PLATFORM.tar= ${TOOLS_PREFIX.bsdtar}/bin/bsdtar USE_TOOLS+= bsdtar .endif # GCC 4.6 is required to support nullptr. -GCC_REQD+= 4.6 +GCC_REQD+= 4.8 .if ${MACHINE_ARCH} == "i386" # Fix for PR pkg/48152. CPPFLAGS+= -march=i486 |