summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3963bdd3d428..1911ed6fc82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 18 19:27:45 UTC 2017
+# Sat Mar 4 22:21:20 UTC 2017
pkgbase = lib32-qt4
pkgdesc = A cross-platform application and UI framework (32-bit)
pkgver = 4.8.7
- pkgrel = 8
+ pkgrel = 9
url = http://qt-project.org/
arch = x86_64
license = GPL3
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 \