[114356] trunk/dports/devel/virtuoso/Portfile

snc at macports.org snc at macports.org
Thu Dec 5 14:19:28 PST 2013


Revision: 114356
          https://trac.macports.org/changeset/114356
Author:   snc at macports.org
Date:     2013-12-05 14:19:28 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
virtuoso: avoid build conflict with xnu-headers on snow leopard and earlier, #39306

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

Modified: trunk/dports/devel/virtuoso/Portfile
===================================================================
--- trunk/dports/devel/virtuoso/Portfile	2013-12-05 21:01:49 UTC (rev 114355)
+++ trunk/dports/devel/virtuoso/Portfile	2013-12-05 22:19:28 UTC (rev 114356)
@@ -30,6 +30,9 @@
                     port:openssl
 
 conflicts_build     unixODBC
+if {${os.major} < 11} {
+    conflicts_build-append  xnu-headers
+}
 
 configure.args-append   --disable-all-vads
 post-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131205/3c028017/attachment.html>


More information about the macports-changes mailing list