Revision: 102456 https://trac.macports.org/changeset/102456 Author: jeremyhu@macports.org Date: 2013-02-03 12:27:25 -0800 (Sun, 03 Feb 2013) Log Message: ----------- cogl: Leopard build fix Modified Paths: -------------- trunk/dports/graphics/cogl/Portfile Modified: trunk/dports/graphics/cogl/Portfile =================================================================== --- trunk/dports/graphics/cogl/Portfile 2013-02-03 20:01:02 UTC (rev 102455) +++ trunk/dports/graphics/cogl/Portfile 2013-02-03 20:27:25 UTC (rev 102456) @@ -33,6 +33,15 @@ configure.args --enable-introspection=yes \ --enable-cogl-pango=yes +patchfiles leopard.patch + +post-patch { + reinplace "/SUBDIRS/s/tests//" ${worksrcpath}/Makefile.am +} + +use_autoreconf yes +autoreconf.args -fvi + # # if clutter is installed and version is less than 1.12.0 # deactivate clutter before activating cogl to avoid conflict
participants (1)
-
jeremyhu@macports.org