diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 17:37:24 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-28 17:37:24 -0300 |
commit | c6c37768748923c11132ea1e5e0e033445840f64 (patch) | |
tree | dc11f3662969346561054292e68494c5e324f52b /libre/iceweasel-libre/PKGBUILD | |
parent | 540bb66848fa45e5b3077fabaf20acc190f3502f (diff) |
iceweasel-libre-12.0-3: fixing to compile with gcc47
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 96d36cb88..3b93a4c0e 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -48,7 +48,8 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" libre.patch iceweasel-install-dir.patch region.properties - vendor.js) + vendor.js + gcc47.patch) md5sums=('b45f57bfe21b0e6db4f0683e794917cb' '2b66fb2e51631ef3b07de89ef9d17d0c' '552adcf5da3b07757e7fe29c8bd2ec2d' @@ -58,7 +59,8 @@ md5sums=('b45f57bfe21b0e6db4f0683e794917cb' '64be2fab525189c285ee04495d628035' 'e529742c0a425648087bc3ce537fe4c5' 'f1c76e7e244257856a386ca2de69bdf0' - '0d053487907de4376d67d8f499c5502b') + '0d053487907de4376d67d8f499c5502b' + '79e471e0bd03b1d4e84fd3a6776bd619') if [ "$_pkgname" != "$pkgname" ]; then provides+=("$_pkgname=$pkgver") @@ -95,6 +97,7 @@ if [ $NOEXTRACT -eq 0 ]; then cp "$srcdir/mozconfig" .mozconfig # Load our build config, disable SafeSearch patch -Np1 -i "$srcdir/iceweasel-install-dir.patch" # install to /usr/lib/$_pkgname + patch -Np1 -i "$srcdir/gcc47.patch" # fix to compile with gcc47 patch -Np1 -i "$srcdir/xulrunner-copy-stub.patch" # small fix patch -Np1 -i "$srcdir/libre.patch" fi |