summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoraudiolinux2016-06-13 09:58:24 +0200
committeraudiolinux2016-06-13 09:58:24 +0200
commit3e20e0cecc9f1c0c7eb0b03ddf0722424099f374 (patch)
treef0d2d95b3d30fecdce5770935c5ab3a1787bd242 /PKGBUILD
parent80b323aab9ab58f69775a762f0585983ade22fe4 (diff)
downloadaur-smokeqt-git.tar.gz
fix for new gcc version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e9881887e2c..42997ac0663e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Cvetoslav Ludmiloff <ludmiloff@gmail.com>
pkgname=smokeqt-git
-pkgver=20150630
-pkgrel=2
+pkgver=20160613
+pkgrel=1
pkgdesc="Language independent library for Qt bindings"
url="http://kde.org/"
arch=('i686' 'x86_64')
@@ -35,11 +35,11 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_CXX_STANDARD=98 \
-DWITH_Qwt5=OFF
#numprocs=`cat /proc/cpuinfo | grep processor | wc -l`
- make
- #-j `expr ${numprocs} + 1`
+ make #-j `expr ${numprocs} + 1`
}
package() {