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

Eric Bélanger eric at archlinux.org
Mon Nov 28 11:24:42 UTC 2011


    Date: Monday, November 28, 2011 @ 06:24:41
  Author: eric
Revision: 143683

Fix build issue (close FS#27285)

Modified:
  cinepaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 11:19:06 UTC (rev 143682)
+++ PKGBUILD	2011-11-28 11:24:41 UTC (rev 143683)
@@ -26,8 +26,12 @@
   find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
   sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
 
+  aclocal -I aclocal
+  autoconf
   ./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man \
     --enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
+  sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile plug-ins/bracketing_to_hdr/Makefile \
+    plug-ins/collect/Makefile plug-ins/icc_examin/icc_examin/Makefile plug-ins/pdf/Makefile
   make
 }
 




More information about the arch-commits mailing list