[137567] trunk/dports/x11/xorg-libAppleWM/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jun 14 11:09:33 PDT 2015


Revision: 137567
          https://trac.macports.org/changeset/137567
Author:   jeremyhu at macports.org
Date:     2015-06-14 11:09:33 -0700 (Sun, 14 Jun 2015)
Log Message:
-----------
xorg-libAppleWM: Build fix for older compilers (#48037)

It seems that some older compilers don't like the space after -F

Modified Paths:
--------------
    trunk/dports/x11/xorg-libAppleWM/Portfile

Modified: trunk/dports/x11/xorg-libAppleWM/Portfile
===================================================================
--- trunk/dports/x11/xorg-libAppleWM/Portfile	2015-06-14 17:56:25 UTC (rev 137566)
+++ trunk/dports/x11/xorg-libAppleWM/Portfile	2015-06-14 18:09:33 UTC (rev 137567)
@@ -32,7 +32,7 @@
     --disable-silent-rules
 
 configure.cppflags-append \
-    -F ${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
+    -F${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
 
 livecheck.type  regex
 livecheck.url   http://xorg.freedesktop.org/archive/individual/lib/?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150614/3c1c9b5d/attachment.html>


More information about the macports-changes mailing list