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

Eric Bélanger eric at archlinux.org
Wed Feb 15 17:03:56 UTC 2012


    Date: Wednesday, February 15, 2012 @ 12:03:56
  Author: eric
Revision: 150243

Add configure option

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-15 16:56:51 UTC (rev 150242)
+++ PKGBUILD	2012-02-15 17:03:56 UTC (rev 150243)
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-client=gtk --enable-shared
+  ./configure --prefix=/usr --enable-client=gtk --enable-shared --without-ggz-client
   make
 }
 




More information about the arch-commits mailing list