[54753] trunk/dports/x11/wine-crossover-games/Portfile

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


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

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

Modified: trunk/dports/x11/wine-crossover-games/Portfile
===================================================================
--- trunk/dports/x11/wine-crossover-games/Portfile	2009-08-01 19:16:35 UTC (rev 54752)
+++ trunk/dports/x11/wine-crossover-games/Portfile	2009-08-01 19:16:59 UTC (rev 54753)
@@ -57,6 +57,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/4ef8e816/attachment.html>


More information about the macports-changes mailing list