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

ryandesign at macports.org ryandesign at macports.org
Tue May 11 12:53:15 PDT 2010


Revision: 67522
          http://trac.macports.org/changeset/67522
Author:   ryandesign at macports.org
Date:     2010-05-11 12:53:12 -0700 (Tue, 11 May 2010)
Log Message:
-----------
wine-devel: 16-bit code works fine on Snow Leopard, actually

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

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2010-05-11 19:46:58 UTC (rev 67521)
+++ trunk/dports/x11/wine-devel/Portfile	2010-05-11 19:53:12 UTC (rev 67522)
@@ -8,6 +8,7 @@
 conflicts               wine wine-crossover-games
 set my_name             wine
 version                 1.1.44
+revision                1
 license                 LGPL-2.1+
 categories              x11
 maintainers             ryandesign jwa openmaintainer
@@ -152,13 +153,12 @@
 
 platform darwin 9 {
     # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support."
+    # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x.
+    # See http://bugs.winehq.org/show_bug.cgi?id=14920
     configure.args-append --disable-win16
 }
 
 platform darwin 10 {
-    # 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
-
     # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o
     configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100511/4e596f1a/attachment-0001.html>


More information about the macports-changes mailing list