summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteffen Weber2016-06-20 23:41:41 +0200
committerSteffen Weber2016-06-20 23:41:41 +0200
commitfa5c5641d6777913c7d8b3d754e69acaf638d32c (patch)
treea599b5e3779e77859db67ca425420326e3b6e4a0 /PKGBUILD
parent26119f282aa56bb9b2ad8f68005cd03a453d12d5 (diff)
downloadaur-fa5c5641d6777913c7d8b3d754e69acaf638d32c.tar.gz
Fix building with gcc6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9143f52cb8b..333275eb3887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: boenki <boenki at gmx dot de>
+# Maintainer: Steffen Weber <boenki-gmx-de>
pkgname=ffdiaporama
pkgver=2.2.D759
-pkgrel=2
+pkgrel=3
pkgdesc="Movie creator from photos and video clips"
arch=('i686' 'x86_64')
url="http://ffdiaporama.tuxfamily.org"
@@ -25,7 +25,7 @@ prepare() {
build() {
cd ffDiaporama
- qmake-qt5 ffDiaporama.pro
+ qmake-qt5 QMAKE_CFLAGS_ISYSTEM= ffDiaporama.pro
make
cd ../ffDiaporama_rsc