Ticket #55275: gtk3_Portfile.diff
File gtk3_Portfile.diff, 592 bytes (added by jjstickel (Jonathan Stickel), 7 years ago) |
---|
-
Portfile
old new 232 232 # Can probably be removed the next time around. 233 233 patchfiles-append patch-gdk-launch-support-newer-glib.diff 234 234 235 # icon browser demo: revert addition of copy-to-clipboard button236 # https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id=51b1445cd1b1df7abb8f11a0cd9bcef9a3e41825237 # breaks quartz build due to unconditional use of X11 API238 # introduced in 3.22.16239 patchfiles-append patch-browser-demo-revert-add-copy-to-clipboard-button.diff240 241 235 configure.args-append --enable-quartz-backend 242 236 } 243 237