Modified: trunk/dports/graphics/cogl/Portfile (102455 => 102456)
--- 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