[54751] trunk/dports/x11/wine-devel/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Sat Aug 1 12:16:08 PDT 2009
Revision: 54751
http://trac.macports.org/changeset/54751
Author: jeremyhu at macports.org
Date: 2009-08-01 12:16:06 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
wine-devel: Partially fix SL build
Modified Paths:
--------------
trunk/dports/x11/wine-devel/Portfile
Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile 2009-08-01 19:05:54 UTC (rev 54750)
+++ trunk/dports/x11/wine-devel/Portfile 2009-08-01 19:16:06 UTC (rev 54751)
@@ -64,6 +64,14 @@
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
+}
+
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/20090801/2114a171/attachment-0001.html>
More information about the macports-changes
mailing list