mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
change extra/firefox from GCC 4.6 to GCC 4.7
This commit is contained in:
parent
3d8d57a973
commit
64d31f6aa8
1 changed files with 6 additions and 4 deletions
|
@ -2,6 +2,11 @@
|
||||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||||
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
|
# Contributor: Jakub Schmidtke <sjakub@gmail.com>
|
||||||
|
|
||||||
|
# ALARM: Dan Cecile <dancecile@gmail.com>
|
||||||
|
# - changed GCC from 4.6 to system default
|
||||||
|
|
||||||
|
buildarch=4
|
||||||
|
|
||||||
pkgname=firefox
|
pkgname=firefox
|
||||||
pkgver=13.0.1
|
pkgver=13.0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
@ -12,7 +17,7 @@ depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 'db
|
||||||
'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
|
'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
|
||||||
'libvpx' 'libevent' 'nss>=3.13.3' 'hunspell' 'sqlite')
|
'libvpx' 'libevent' 'nss>=3.13.3' 'hunspell' 'sqlite')
|
||||||
makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa'
|
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')
|
||||||
optdepends=('wireless_tools: Location detection via available WiFi networks')
|
optdepends=('wireless_tools: Location detection via available WiFi networks')
|
||||||
url="http://www.mozilla.org/projects/firefox"
|
url="http://www.mozilla.org/projects/firefox"
|
||||||
install=firefox.install
|
install=firefox.install
|
||||||
|
@ -35,9 +40,6 @@ build() {
|
||||||
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
|
sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
|
||||||
browser/base/Makefile.in
|
browser/base/Makefile.in
|
||||||
|
|
||||||
export CC=gcc-4.6
|
|
||||||
export CXX=g++-4.6
|
|
||||||
|
|
||||||
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
|
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
|
||||||
export PYTHON="/usr/bin/python2"
|
export PYTHON="/usr/bin/python2"
|
||||||
export MOZ_MAKE_FLAGS="$MAKEFLAGS"
|
export MOZ_MAKE_FLAGS="$MAKEFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue