[127055] trunk/dports/devel/capnproto/Portfile

cal at macports.org cal at macports.org
Sun Oct 19 22:38:27 PDT 2014


Revision: 127055
          https://trac.macports.org/changeset/127055
Author:   cal at macports.org
Date:     2014-10-19 22:38:27 -0700 (Sun, 19 Oct 2014)
Log Message:
-----------
capnproto: correctly quote "-isystem $prefix/include" in configure.cppflags-replace

Modified Paths:
--------------
    trunk/dports/devel/capnproto/Portfile

Modified: trunk/dports/devel/capnproto/Portfile
===================================================================
--- trunk/dports/devel/capnproto/Portfile	2014-10-20 02:11:17 UTC (rev 127054)
+++ trunk/dports/devel/capnproto/Portfile	2014-10-20 05:38:27 UTC (rev 127055)
@@ -46,7 +46,7 @@
 }
 
 configure.cppflags-replace \
-                        -I${prefix}/include -isystem ${prefix}/include
+                        -I${prefix}/include "-isystem ${prefix}/include"
 
 configure.cxx_stdlib    libc++
 if {[string match *clang* ${configure.cxx}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141019/048b421c/attachment.html>


More information about the macports-changes mailing list