summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-03-04 14:22:17 -0800
committerLlewelyn Trahaearn2017-03-04 14:22:17 -0800
commit90c8e6bde2065eb82a04268aafa4d08290b0dbb1 (patch)
treef65f837e978bca83631017a5daa3e06241917928 /PKGBUILD
parentee0acbdd92b52b410377a6fe5b22980dbbae7afe (diff)
downloadaur-90c8e6bde2065eb82a04268aafa4d08290b0dbb1.tar.gz
Fix issue with GTK themes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a087f59d641..4d6df5748f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=lib32-qt4
pkgver=4.8.7
-pkgrel=8
+pkgrel=9
pkgdesc='A cross-platform application and UI framework (32-bit)'
arch=('x86_64')
url='http://qt-project.org/'
@@ -96,7 +96,8 @@ build() {
export QT4DIR=${srcdir}/${_pkgfqn}
export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
export CXXFLAGS+=" -std=gnu++98" # Fix build with GCC 6
- export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
+ export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+# export PKG_CONFIG_LIBDIR='/usr/lib32/pkgconfig'
./configure -confirm-license -opensource -platform linux-g++-32 \
-prefix /usr \