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

Jan Steffens heftig at archlinux.org
Mon Jan 16 10:56:14 UTC 2012


    Date: Monday, January 16, 2012 @ 05:56:13
  Author: heftig
Revision: 146681

disable static

Modified:
  sdl_ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-16 10:50:47 UTC (rev 146680)
+++ PKGBUILD	2012-01-16 10:56:13 UTC (rev 146681)
@@ -17,7 +17,7 @@
 
 build() {
   cd "$srcdir/SDL_ttf-$pkgver"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list