summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bunton2016-05-29 21:14:15 +1000
committerJames Bunton2016-05-29 21:14:15 +1000
commitb286f9964a4df3a1ebe749932acc01090ec9ee49 (patch)
treeebcc6ac7300c2d966e0362efc2211bdc082ef0e3
parent31860edb438182bd7522c79a4f02f491877ef231 (diff)
downloadaur-b286f9964a4df3a1ebe749932acc01090ec9ee49.tar.gz
Fix for gcc6
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4c2fab6076e..24aafd6750eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,8 @@ prepare() {
build() {
cd "$srcdir/HandBrake-$pkgver"
+ export CXXFLAGS="${CXXFLAGS} -std=gnu++98"
+ export CPPFLAGS="${CPPFLAGS} -std=gnu++98"
./configure \
--prefix=/usr \
--force \