After discussion on freebsd-ports@, switch the default UI toolkit from GTK2 to GTK3. There isn't a huge visual difference, so it's more predicated on the idea that people are more likely to have GTK3 already installed for other things.
12 lines
665 B
Plaintext
12 lines
665 B
Plaintext
--- src/Makefile.orig 2019-02-01 13:48:12 UTC
|
|
+++ src/Makefile
|
|
@@ -3497,7 +3497,7 @@ objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h protodef.h au
|
|
proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
|
|
proto.h globals.h farsi.h arabic.h version.h
|
|
objects/indent.o: indent.c vim.h protodef.h auto/config.h feature.h os_unix.h \
|
|
- os_mac.h ascii.h keymap.h term.h macros.h option.h beval.h structs.h \
|
|
+ os_mac.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h structs.h \
|
|
regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
|
|
arabic.h
|
|
objects/json.o: json.c vim.h protodef.h auto/config.h feature.h os_unix.h \
|