summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2015-10-07 17:40:55 +0200
committerJerome Lebleu2015-10-07 17:40:55 +0200
commit6bee896eaf3b48260bdb21539f10ecc73676bebb (patch)
tree3f060ef1e61bd8a52b611e39afd7d39f444e058b
parent383b11e7d082da3416ccd8de4b1e84f72a56775d (diff)
downloadaur-6bee896eaf3b48260bdb21539f10ecc73676bebb.tar.gz
Fix build error with Qt4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb7a4c61dbe..76c01bbcbbfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
pkgver = 4.9.1
- pkgrel = 2
+ pkgrel = 3
url = http://qlcplus.org/
install = qlcplus.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 794f16049db9..f91732aaf82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus
pkgver=4.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
url="http://qlcplus.org/"
@@ -17,7 +17,7 @@ md5sums=('6af9c4fc47d63336e5cddabe777985f9')
build() {
cd "${srcdir}/qlcplus-${pkgver}"
- qmake-qt4
+ qmake-qt4 QMAKE_CXXFLAGS+=-Wno-error=unused-variable
make
}