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

Jan de Groot jgc at archlinux.org
Mon Apr 18 06:54:43 UTC 2011


    Date: Monday, April 18, 2011 @ 02:54:43
  Author: jgc
Revision: 119993

Force python2 (FS#23817)

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-18 02:50:07 UTC (rev 119992)
+++ PKGBUILD	2011-04-18 06:54:43 UTC (rev 119993)
@@ -27,7 +27,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc \
     --enable-mp --enable-gimp-console --enable-gimp-remote \
     --enable-python --with-gif-compression=lzw \
     --without-aa --without-hal




More information about the arch-commits mailing list