[111618] trunk/dports/graphics/libggi/Portfile
jmr at macports.org
jmr at macports.org
Fri Sep 27 07:00:49 PDT 2013
Revision: 111618
https://trac.macports.org/changeset/111618
Author: jmr at macports.org
Date: 2013-09-27 07:00:49 -0700 (Fri, 27 Sep 2013)
Log Message:
-----------
libggi: disable QuickDraw-using code to build 64-bit
Modified Paths:
--------------
trunk/dports/graphics/libggi/Portfile
Modified: trunk/dports/graphics/libggi/Portfile
===================================================================
--- trunk/dports/graphics/libggi/Portfile 2013-09-27 13:53:00 UTC (rev 111617)
+++ trunk/dports/graphics/libggi/Portfile 2013-09-27 14:00:49 UTC (rev 111618)
@@ -38,3 +38,8 @@
}
configure.args --mandir=${prefix}/share/man
+if {([variant_isset universal] && [string match *64* $universal_archs])
+ || (![variant_isset universal] && [string match *64 $build_arch])} {
+ # actually uses a lot of old QuickDraw stuff
+ configure.args-append --disable-quartz
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130927/b227d501/attachment-0001.html>
More information about the macports-changes
mailing list