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

Eric Bélanger eric at archlinux.org
Mon Jan 9 23:28:23 UTC 2012


    Date: Monday, January 9, 2012 @ 18:28:23
  Author: eric
Revision: 146386

Use buildin regex (close FS#27878)

Modified:
  wxgtk/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-09 23:16:23 UTC (rev 146385)
+++ PKGBUILD	2012-01-09 23:28:23 UTC (rev 146386)
@@ -18,7 +18,7 @@
   cd "${srcdir}/wxPython-src-${pkgver}"
 #  cd "${srcdir}/wxGTK-${pkgver}"
   ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
-    --enable-graphics_ctx  --disable-optimize --enable-mediactrl --with-regex=sys \
+    --enable-graphics_ctx  --disable-optimize --enable-mediactrl --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