Ticket #55870: gtk3_Portfile.diff

File gtk3_Portfile.diff, 687 bytes (added by jjstickel (Jonathan Stickel), 6 years ago)
  • Portfile

    old new  
    1010set real_name       gtk+
    1111epoch               1
    1212version             3.22.28
     13revision            1
    1314set branch          [join [lrange [split ${version} .] 0 1] .]
    1415categories          gnome x11
    1516license             LGPL-2.1+
     
    232233    # This patch is part of #53911 and is backported from upstream's repository.
    233234    # Can probably be removed the next time around.
    234235    patchfiles-append       patch-gdk-launch-support-newer-glib.diff
    235 
     236    # patch for #55870; may not be needed in next version
     237    patchfiles-append       patch-gdk_quartz_namespace.diff
     238   
    236239    configure.args-append   --enable-quartz-backend
    237240}
    238241