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

Jan de Groot jgc at archlinux.org
Sun Jul 19 10:36:34 UTC 2009


    Date: Sunday, July 19, 2009 @ 06:36:34
  Author: jgc
Revision: 46627

Link basic-fc module into pango

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-19 02:27:34 UTC (rev 46626)
+++ PKGBUILD	2009-07-19 10:36:34 UTC (rev 46627)
@@ -18,7 +18,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var || return 1
+      --localstatedir=/var --with-included-modules=basic-fc || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list