[arch-commits] Commit in lib32-wxgtk/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Mon Apr 6 16:27:28 UTC 2015
Date: Monday, April 6, 2015 @ 18:27:28
Author: bluewind
Revision: 130843
upgpkg: lib32-wxgtk 3.0.2-4
use correct tiffconf.h; FS#44474
Modified:
lib32-wxgtk/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-06 16:23:47 UTC (rev 130842)
+++ PKGBUILD 2015-04-06 16:27:28 UTC (rev 130843)
@@ -4,7 +4,7 @@
pkgname=lib32-wxgtk
pkgver=3.0.2
-pkgrel=3
+pkgrel=4
pkgdesc='GTK+ implementation of wxWidgets API for GUI'
arch=('x86_64')
url='http://wxwidgets.org'
@@ -30,6 +30,8 @@
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+ export CFLAGS="-I/usr/include/libtiff32 $CFLAGS"
+ export CXXFLAGS="-I/usr/include/libtiff32 $CXXFLAGS"
./configure \
--prefix='/usr' \
More information about the arch-commits
mailing list