Ticket #48445: native_menus.diff

File native_menus.diff, 798 bytes (added by elelay (Eric Le Lay), 9 years ago)

diff against svn

  • Portfile

     
    6868
    6969variant quartz conflicts xft {
    7070    configure.args-append --disable-xlib
     71    depends_lib-append port:gtk-osx-application-gtk2
    7172}
    7273
    7374variant python27 description "Enable Python plugin, using python27" conflicts python33 python34 {
     
    8889    configure.pkg_config_path ${frameworks_dir}/Python.framework/Versions/3.4/lib/pkgconfig/
    8990}
    9091
     92post-patch {
     93  if { [variant_isset quartz] } {
     94    reinplace "s|gtk-mac-integration|gtk-mac-integration-gtk2|g" ${worksrcpath}/configure.ac
     95  }
     96}
     97
    9198livecheck.type  regex
    9299livecheck.url   http://hexchat.github.io/downloads.html
    93100livecheck.regex ${name}-(\\d+(\\.\\d+)+)\\.tar