[93434] trunk/dports/graphics/enblend
jmr at macports.org
jmr at macports.org
Tue May 22 10:07:54 PDT 2012
Revision: 93434
https://trac.macports.org/changeset/93434
Author: jmr at macports.org
Date: 2012-05-22 10:07:54 -0700 (Tue, 22 May 2012)
Log Message:
-----------
enblend: fix ordering of include flags (#31021)
Modified Paths:
--------------
trunk/dports/graphics/enblend/Portfile
Added Paths:
-----------
trunk/dports/graphics/enblend/files/src__vigra_impex__Makefile.am.diff
Modified: trunk/dports/graphics/enblend/Portfile
===================================================================
--- trunk/dports/graphics/enblend/Portfile 2012-05-22 17:01:21 UTC (rev 93433)
+++ trunk/dports/graphics/enblend/Portfile 2012-05-22 17:07:54 UTC (rev 93434)
@@ -28,8 +28,9 @@
port:openexr \
port:freefont-ttf
-patchfiles libpng14.diff
-
+patchfiles libpng14.diff src__vigra_impex__Makefile.am.diff
+# need to regenerate a Makefile.in after patching Makefile.am above
+use_autoreconf yes
configure.args --mandir=${prefix}/share/man \
--enable-image-cache=yes \
--enable-split-doc=no
Added: trunk/dports/graphics/enblend/files/src__vigra_impex__Makefile.am.diff
===================================================================
--- trunk/dports/graphics/enblend/files/src__vigra_impex__Makefile.am.diff (rev 0)
+++ trunk/dports/graphics/enblend/files/src__vigra_impex__Makefile.am.diff 2012-05-22 17:07:54 UTC (rev 93434)
@@ -0,0 +1,11 @@
+--- src/vigra_impex/Makefile.am.orig 2009-12-21 02:32:28.000000000 +1100
++++ src/vigra_impex/Makefile.am 2012-05-23 02:40:17.000000000 +1000
+@@ -15,6 +15,6 @@
+ viff.hxx void_vector.cxx void_vector.hxx exr.cxx \
+ exr.hxx
+
+-libvigra_impex_a_CXXFLAGS = $(AM_CXXFLAGS) \
+- -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \
++libvigra_impex_a_CXXFLAGS = $(AM_CXXFLAGS)
++libvigra_impex_a_CPPFLAGS = -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \
+ -I${top_srcdir}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120522/39cf33f7/attachment.html>
More information about the macports-changes
mailing list