Ticket #43441: Portfile.patch

File Portfile.patch, 597 bytes (added by help@…, 10 years ago)

patch for Portfile

  • Portfile

    old new  
    230230                               --x-include=${prefix}/include --x-lib=${prefix}/lib
    231231}
    232232
     233variant bundle requires quartz description {Support including into a bundle} {
     234    configure.args-append --enable-quartz-relocation
     235    notes "You have enabled 'bundle' variant which breaks GTK2 when used outside of application bundle!"
     236}
     237
    233238livecheck.type  regex
    234239livecheck.url   ftp://ftp.gnome.org/pub/gnome/sources/gtk+/${branch}/
    235240livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}