Ticket #55870: gtk3_Portfile.diff
File gtk3_Portfile.diff, 687 bytes (added by jjstickel (Jonathan Stickel), 7 years ago) |
---|
-
Portfile
old new 10 10 set real_name gtk+ 11 11 epoch 1 12 12 version 3.22.28 13 revision 1 13 14 set branch [join [lrange [split ${version} .] 0 1] .] 14 15 categories gnome x11 15 16 license LGPL-2.1+ … … 232 233 # This patch is part of #53911 and is backported from upstream's repository. 233 234 # Can probably be removed the next time around. 234 235 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 236 239 configure.args-append --enable-quartz-backend 237 240 } 238 241