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

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 19 21:04:29 UTC 2013


    Date: Tuesday, February 19, 2013 @ 22:04:28
  Author: eric
Revision: 178304

Fix autotools build issue (close FS#33888)

Modified:
  libmng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-19 19:31:12 UTC (rev 178303)
+++ PKGBUILD	2013-02-19 21:04:28 UTC (rev 178304)
@@ -15,6 +15,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's/AM_C_PROTOTYPES//' makefiles/configure.in
   ln -s makefiles/configure.in .
   ln -s makefiles/Makefile.am .
   autoreconf --force --install




More information about the arch-commits mailing list