[102618] trunk/dports/graphics/graphite2/Portfile
Revision: 102618 https://trac.macports.org/changeset/102618 Author: jeremyhu@macports.org Date: 2013-02-04 23:42:01 -0800 (Mon, 04 Feb 2013) Log Message: ----------- graphite2: Disable the featuremap test (#37947) Modified Paths: -------------- trunk/dports/graphics/graphite2/Portfile Modified: trunk/dports/graphics/graphite2/Portfile =================================================================== --- trunk/dports/graphics/graphite2/Portfile 2013-02-05 07:33:26 UTC (rev 102617) +++ trunk/dports/graphics/graphite2/Portfile 2013-02-05 07:42:01 UTC (rev 102618) @@ -38,6 +38,11 @@ } } +post-patch { + # https://trac.macports.org/ticket/37947 + reinplace "/add_subdirectory(featuremap)/d" ${worksrcpath}/tests/CMakeLists.txt +} + test.run yes test.env DYLD_LIBRARY_PATH=${worksrcpath}/src
participants (1)
-
jeremyhu@macports.org