[79607] trunk/dports/x11
ryandesign at macports.org
ryandesign at macports.org
Mon Jun 20 01:34:38 PDT 2011
Revision: 79607
http://trac.macports.org/changeset/79607
Author: ryandesign at macports.org
Date: 2011-06-20 01:34:38 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
wine, wine-devel: backport change from wine-crossover-games: add darwin 11 block same as darwin 10 block
Modified Paths:
--------------
trunk/dports/x11/wine/Portfile
trunk/dports/x11/wine-devel/Portfile
Modified: trunk/dports/x11/wine/Portfile
===================================================================
--- trunk/dports/x11/wine/Portfile 2011-06-20 08:27:33 UTC (rev 79606)
+++ trunk/dports/x11/wine/Portfile 2011-06-20 08:34:38 UTC (rev 79607)
@@ -154,6 +154,11 @@
configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE
}
+platform darwin 11 {
+ # _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 {"big" == ${os.endian}} {
ui_error "${name} can only be used on an Intel Mac or other computer with a little-endian processor."
Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile 2011-06-20 08:27:33 UTC (rev 79606)
+++ trunk/dports/x11/wine-devel/Portfile 2011-06-20 08:34:38 UTC (rev 79607)
@@ -154,6 +154,11 @@
configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE
}
+platform darwin 11 {
+ # _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 {"big" == ${os.endian}} {
ui_error "${name} can only be used on an Intel Mac or other computer with a little-endian processor."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110620/9f13bfac/attachment.html>
More information about the macports-changes
mailing list