[142856] trunk/dports/x11
jeremyhu at macports.org
jeremyhu at macports.org
Sat Dec 12 07:31:34 PST 2015
Revision: 142856
https://trac.macports.org/changeset/142856
Author: jeremyhu at macports.org
Date: 2015-11-24 18:34:18 -0800 (Tue, 24 Nov 2015)
Log Message:
-----------
xorg-server: Fix potential build failure when building against an SDK
Modified Paths:
--------------
trunk/dports/x11/xorg-server/Portfile
trunk/dports/x11/xorg-server-devel/Portfile
Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile 2015-11-25 02:32:02 UTC (rev 142855)
+++ trunk/dports/x11/xorg-server/Portfile 2015-11-25 02:34:18 UTC (rev 142856)
@@ -81,7 +81,7 @@
--disable-dri3
# GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
-configure.cppflags-append -I/usr/include -I${filespath}/dri
+configure.cppflags-append -I/usr/include -I${filespath}/dri -F${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
configure.env-append \
RAWCPP=${configure.cpp}
Modified: trunk/dports/x11/xorg-server-devel/Portfile
===================================================================
--- trunk/dports/x11/xorg-server-devel/Portfile 2015-11-25 02:32:02 UTC (rev 142855)
+++ trunk/dports/x11/xorg-server-devel/Portfile 2015-11-25 02:34:18 UTC (rev 142856)
@@ -75,7 +75,7 @@
--disable-dri3
# GL/internal/dri_interface.h is missing in prefix (provided by libdrm for the xorg DDX... not helpful for us)
-configure.cppflags-append -I/usr/include -I${filespath}/dri
+configure.cppflags-append -I/usr/include -I${filespath}/dri -F${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
configure.env-append \
RAWCPP=${configure.cpp}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d8eb1564/attachment.html>
More information about the macports-changes
mailing list