[53500] trunk/dports/x11/wine-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 6 21:08:50 PDT 2009


Revision: 53500
          http://trac.macports.org/changeset/53500
Author:   ryandesign at macports.org
Date:     2009-07-06 21:08:50 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
wine-devel: fix configure error with Xcode 3.x; closes #20195

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2009-07-07 04:07:55 UTC (rev 53499)
+++ trunk/dports/x11/wine-devel/Portfile	2009-07-07 04:08:50 UTC (rev 53500)
@@ -59,6 +59,11 @@
 
 configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
 
+platform darwin 9 {
+    # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
+    configure.args-append --disable-win16
+}
+
 pre-fetch {
     if { [string compare ${os.endian} "little"] != 0 } {
         return -code error "${name} only runs on little-endian computers, such as an Intel Mac."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090706/98de1d7b/attachment.html>


More information about the macports-changes mailing list