summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7893fe9cd85a..0e7d3dc6acff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -137,7 +137,7 @@ fi
# No longer required as we explicitly set CFLAGS = foo in the mkspec
# Work around our embarresing propensity to stomp on your own tailored build configuration
- # sed -i "s/O[23]/Os/" ${_srcdir}/qtbase/mkspecs/common/gcc-base.conf || exit 1
+ sed -i "s/O[23]/Os/" ${_srcdir}/qtbase/mkspecs/common/gcc-base.conf || exit 1
# end patch