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

Antonio Rojas arojas at archlinux.org
Sat Nov 24 20:05:22 UTC 2018


    Date: Saturday, November 24, 2018 @ 20:05:21
  Author: arojas
Revision: 340377

Add -f to autoreconf (FS#60904)

Modified:
  libwmf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-24 12:22:39 UTC (rev 340376)
+++ PKGBUILD	2018-11-24 20:05:21 UTC (rev 340377)
@@ -18,7 +18,7 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ../libwmf-freetype.patch # Port away from freetype-config, patch from openembedded.org
-  autoreconf -vi -Ipatches
+  autoreconf -vif -Ipatches
 }
 
 build() {



More information about the arch-commits mailing list