[arch-commits] Commit in firefox/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jun 16 16:46:07 UTC 2012


    Date: Saturday, June 16, 2012 @ 12:46:06
  Author: heftig
Revision: 161923

use gcc 4.7.1 instead of gcc 4.6

Modified:
  firefox/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-16 15:26:23 UTC (rev 161922)
+++ PKGBUILD	2012-06-16 16:46:06 UTC (rev 161923)
@@ -12,7 +12,7 @@
          'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
          'libvpx' 'libevent' 'nss>=3.13.3' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa'
-             'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake' 'gcc4.6')
+             'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake' 'gcc>=4.7.1')
 optdepends=('wireless_tools: Location detection via available WiFi networks')
 url="http://www.mozilla.org/projects/firefox"
 install=firefox.install
@@ -35,9 +35,6 @@
   sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
     browser/base/Makefile.in
 
-  export CC=gcc-4.6
-  export CXX=g++-4.6
-
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
   export PYTHON="/usr/bin/python2"
   export MOZ_MAKE_FLAGS="$MAKEFLAGS"




More information about the arch-commits mailing list