summaryrefslogtreecommitdiff
path: root/libre/icecat
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@parabola.nu>2013-05-07 22:24:50 -0300
committerNicolás Reynolds <fauno@parabola.nu>2013-05-07 22:24:50 -0300
commitc2f0205881eddc0f4647fd82b1b77611ff81fc32 (patch)
tree33e1251493c2c0eceb017f4ecd7ccca88a0b667c /libre/icecat
parentda483892765a9334d375a500f05a4431ee928e15 (diff)
parent63122e4078971bc5f0ef4f84e48c9838deb56082 (diff)
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/icecat')
-rw-r--r--libre/icecat/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD
index d32a96d52..23749dafd 100644
--- a/libre/icecat/PKGBUILD
+++ b/libre/icecat/PKGBUILD
@@ -14,7 +14,7 @@ _pgo=true
pkgname=icecat
pkgver=17.0.1
-pkgrel=7
+pkgrel=8
pkgdesc='GNU IceCat, the standalone web browser based on Mozilla Firefox.'
arch=(i686 x86_64 mips64el)
license=(MPL GPL LGPL)
@@ -99,8 +99,7 @@ prepare() {
# configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
- # TODO: re-enable when we're building with GCC >= 4.8 again
- #sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+ sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
}
build() {