[54752] trunk/dports/x11/wine/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Aug 1 12:16:35 PDT 2009


Revision: 54752
          http://trac.macports.org/changeset/54752
Author:   jeremyhu at macports.org
Date:     2009-08-01 12:16:35 -0700 (Sat, 01 Aug 2009)
Log Message:
-----------
wine: Partially fix SL build

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

Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile	2009-08-01 19:16:06 UTC (rev 54751)
+++ trunk/dports/x11/wine/Portfile	2009-08-01 19:16:35 UTC (rev 54752)
@@ -66,6 +66,11 @@
 
 configure.args --x-include=${prefix}/include --x-lib=${prefix}/lib
 
+platform darwin 10 {
+    # _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/bbced3db/attachment.html>


More information about the macports-changes mailing list