[arch-commits] Commit in wxgtk/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Aug 8 10:33:43 UTC 2014
Date: Friday, August 8, 2014 @ 12:33:43
Author: bluewind
Revision: 219494
upgpkg: wxgtk 3.0.1-2
disable stl; FS#41500
Modified:
wxgtk/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-08 06:25:33 UTC (rev 219493)
+++ PKGBUILD 2014-08-08 10:33:43 UTC (rev 219494)
@@ -3,7 +3,7 @@
pkgname=wxgtk
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
@@ -18,7 +18,7 @@
build() {
cd wxWidgets-${pkgver}
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
- --enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl --with-regex=builtin \
+ --enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \
--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
--disable-precomp-headers
make
More information about the arch-commits
mailing list