Ticket #16978: patch-gtk2-Portfile.diff

File patch-gtk2-Portfile.diff, 515 bytes (added by dbevans (David B. Evans), 16 years ago)

Patch for Portfile that fixes problem on Tiger

  • Portfile

     
    107107    depends_build-append    port:cups-headers
    108108}
    109109
     110platform darwin 8 {
     111    if {[variant_isset quartz] || [variant_isset no_x11]} {
     112        configure.env-append   LDFLAGS="-framework Cocoa -framework Carbon"
     113    }
     114}
     115
    110116variant no_x11 description {Same as +quartz} {
    111117    pre-fetch {
    112118        if {[file exists ${prefix}/lib/libpangox-1.0.dylib]} {