diff options
author | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-07 22:24:50 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@parabola.nu> | 2013-05-07 22:24:50 -0300 |
commit | c2f0205881eddc0f4647fd82b1b77611ff81fc32 (patch) | |
tree | 33e1251493c2c0eceb017f4ecd7ccca88a0b667c /libre/icecat | |
parent | da483892765a9334d375a500f05a4431ee928e15 (diff) | |
parent | 63122e4078971bc5f0ef4f84e48c9838deb56082 (diff) |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'libre/icecat')
-rw-r--r-- | libre/icecat/PKGBUILD | 5 |
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() { |