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

Douglas Soares de Andrade douglas at archlinux.org
Tue Jan 13 00:31:41 UTC 2009


    Date: Monday, January 12, 2009 @ 19:31:41
  Author: douglas
Revision: 24084

upgpkg: cegui 0.6.2b-3

Modified:
  cegui/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-12 22:02:50 UTC (rev 24083)
+++ PKGBUILD	2009-01-13 00:31:41 UTC (rev 24084)
@@ -5,7 +5,7 @@
 
 pkgname=cegui
 pkgver=0.6.2b
-pkgrel=2
+pkgrel=3
 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
 arch=(i686 x86_64)
 url="http://crayzedsgui.sourceforge.net"
@@ -20,10 +20,10 @@
     if [ "$CARCH" = "x86_64" ]; then
       ./configure --prefix=/usr --sysconfdir=/etc --enable-devil --enable-silly \
         --disable-xerces-c --with-default-image-codec=SILLYImageCodec \
-        --enable-lua
+        --enable-lua --enable-silly
     else
       ./configure --prefix=/usr --sysconfdir=/etc --enable-devil --disable-silly \
-        --disable-xerces-c --enable-lua
+        --disable-xerces-c --enable-lua --enable-silly
     fi
     make || return 1
     make DESTDIR=$startdir/pkg install




More information about the arch-commits mailing list