[arch-commits] Commit in wxgtk/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Jan 7 20:51:02 UTC 2014


    Date: Tuesday, January 7, 2014 @ 21:51:02
  Author: eric
Revision: 203301

upgpkg: wxgtk 3.0.0-2

Add STL support

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-07 20:11:01 UTC (rev 203300)
+++ PKGBUILD	2014-01-07 20:51:02 UTC (rev 203301)
@@ -3,7 +3,7 @@
 
 pkgname=wxgtk
 pkgver=3.0.0
-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 --with-regex=builtin \
+    --enable-graphics_ctx --enable-mediactrl --enable-webview --enable-stl --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