New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79768


Ignore:
Timestamp:
06/25/11 01:10:10 (4 years ago)
Author:
jeremyhu@…
Message:

VLC: darwin11 build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/multimedia/VLC/Portfile

    r79604 r79768  
    273273} 
    274274 
     275# The real fix is to add a fdatasync prototype since it's the 
     276# *prototype* that is missing ... but this will do for now. 
    275277platform darwin 10 { 
    276278    patchfiles-append patch-fdatasync_sl.diff 
    277279} 
     280platform darwin 11 { 
     281    patchfiles-append patch-fdatasync_sl.diff 
     282} 
Note: See TracChangeset for help on using the changeset viewer.