New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79607


Ignore:
Timestamp:
06/20/11 01:34:38 (4 years ago)
Author:
ryandesign@…
Message:

wine, wine-devel: backport change from wine-crossover-games: add darwin 11 block same as darwin 10 block

Location:
trunk/dports/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-devel/Portfile

    r79362 r79607  
    155155} 
    156156 
     157platform darwin 11 { 
     158    # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 
     159    configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 
     160} 
     161 
    157162pre-fetch { 
    158163    if {"big" == ${os.endian}} { 
  • trunk/dports/x11/wine/Portfile

    r77682 r79607  
    155155} 
    156156 
     157platform darwin 11 { 
     158    # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 
     159    configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 
     160} 
     161 
    157162pre-fetch { 
    158163    if {"big" == ${os.endian}} { 
Note: See TracChangeset for help on using the changeset viewer.