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

andyrtr at archlinux.org andyrtr at archlinux.org
Wed Jan 16 17:38:36 UTC 2013


    Date: Wednesday, January 16, 2013 @ 12:38:36
  Author: andyrtr
Revision: 175207

fix build; FS#33406

Modified:
  fontconfig/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-16 16:38:53 UTC (rev 175206)
+++ PKGBUILD	2013-01-16 17:38:36 UTC (rev 175207)
@@ -3,7 +3,7 @@
 
 pkgname=fontconfig
 pkgver=2.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for configuring and customizing font access"
 arch=(i686 x86_64)
 url="http://www.fontconfig.org/release/"
@@ -21,7 +21,7 @@
 
   # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo do this as well
   libtoolize -f
-  autoreconf -f
+  autoreconf -fi
 
   ./configure --prefix=/usr \
     --sysconfdir=/etc \




More information about the arch-commits mailing list