[112312] trunk/dports/graphics/gegl

devans at macports.org devans at macports.org
Thu Oct 17 10:07:50 PDT 2013


Revision: 112312
          https://trac.macports.org/changeset/112312
Author:   devans at macports.org
Date:     2013-10-17 10:07:50 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
gegl: possible fix for build on SL.

Modified Paths:
--------------
    trunk/dports/graphics/gegl/Portfile
    trunk/dports/graphics/gegl/files/patch-configure.ac.diff

Added Paths:
-----------
    trunk/dports/graphics/gegl/files/patch-examples-Makefile.am.diff

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2013-10-17 16:40:17 UTC (rev 112311)
+++ trunk/dports/graphics/gegl/Portfile	2013-10-17 17:07:50 UTC (rev 112312)
@@ -49,8 +49,9 @@
     port:lensfun \
     port:vala
 
-patchfiles      patch-configure.ac.diff \
-                patch-fix-introspection.diff \
+patchfiles      patch-fix-introspection.diff \
+                patch-configure.ac.diff \
+                patch-examples-Makefile.am.diff \
                 rename-for-altivec.patch \
                 patch-ffmpeg.diff
 

Modified: trunk/dports/graphics/gegl/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/gegl/files/patch-configure.ac.diff	2013-10-17 16:40:17 UTC (rev 112311)
+++ trunk/dports/graphics/gegl/files/patch-configure.ac.diff	2013-10-17 17:07:50 UTC (rev 112312)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2012-04-02 14:56:49.000000000 -0700
-+++ configure.ac	2013-10-16 17:04:31.000000000 -0700
-@@ -577,6 +577,17 @@
+--- configure.ac.orig	2013-10-17 08:37:24.000000000 -0700
++++ configure.ac	2013-10-17 08:37:25.000000000 -0700
+@@ -582,6 +582,17 @@
  AM_PATH_PYTHON([2.5.0],, [:])
  AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
  

Added: trunk/dports/graphics/gegl/files/patch-examples-Makefile.am.diff
===================================================================
--- trunk/dports/graphics/gegl/files/patch-examples-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/graphics/gegl/files/patch-examples-Makefile.am.diff	2013-10-17 17:07:50 UTC (rev 112312)
@@ -0,0 +1,13 @@
+--- examples/Makefile.am.orig	2013-10-17 09:33:19.000000000 -0700
++++ examples/Makefile.am	2013-10-17 09:34:00.000000000 -0700
+@@ -15,8 +15,8 @@
+ all-local: $(bins)
+ 
+ %: %.c $(GEGLHEADERS)
+-	$(gegl_lt_cc_v) $(LIBTOOL) --quiet --mode=compile $(CC) $(DEFS) -I. -I$(top_builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $@.lo $< 
+-	$(gegl_lt_ccld_v) $(LIBTOOL) --quiet --mode=link $(CC) $(AM_LDFLAGS) $(LDFLAGS) $(CFLAGS) -o $@ $@.lo $(LIBS)
++	$(gegl_lt_cc_v) $(LIBTOOL) --quiet --tag=CC --mode=compile $(CC) $(DEFS) -I. -I$(top_builddir) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $@.lo $< 
++	$(gegl_lt_ccld_v) $(LIBTOOL) --quiet --tag=CC --mode=link $(CC) $(AM_LDFLAGS) $(LDFLAGS) $(CFLAGS) -o $@ $@.lo $(LIBS)
+ 
+ clean-local:
+ 	rm -f *.lo $(bins)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/3dee5a14/attachment.html>


More information about the macports-changes mailing list