[145785] trunk/dports/graphics/graphite2/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Feb 16 22:50:38 PST 2016


Revision: 145785
          https://trac.macports.org/changeset/145785
Author:   ryandesign at macports.org
Date:     2016-02-16 22:50:38 -0800 (Tue, 16 Feb 2016)
Log Message:
-----------
graphite2: use reinplace's `-W` option

Modified Paths:
--------------
    trunk/dports/graphics/graphite2/Portfile

Modified: trunk/dports/graphics/graphite2/Portfile
===================================================================
--- trunk/dports/graphics/graphite2/Portfile	2016-02-17 06:49:02 UTC (rev 145784)
+++ trunk/dports/graphics/graphite2/Portfile	2016-02-17 06:50:38 UTC (rev 145785)
@@ -35,7 +35,7 @@
 platform darwin 8 {
     post-patch {
         # https://sourceforge.net/p/silgraphite/bugs/50/
-        reinplace "s|-fno-stack-protector||g" ${worksrcpath}/src/CMakeLists.txt ${worksrcpath}/tests/CMakeLists.txt
+        reinplace -W ${worksrcpath} "s|-fno-stack-protector||g" src/CMakeLists.txt tests/CMakeLists.txt
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160216/ab8aa3de/attachment.html>


More information about the macports-changes mailing list