Ticket #5804: Portfile.diff

File Portfile.diff, 361 bytes (added by dreness (Andre LaBranche), 18 years ago)

Diff for eggdrop Portfile; now works in Tiger

  • Portfile

    old new  
    1919platform darwin 7 {
    2020        configure.env CFLAGS="-DBIND_8_COMPAT"
    2121}
     22
     23platform darwin 8 {                                                             
     24        configure.env CFLAGS="-DBIND_8_COMPAT"                                 
     25}