diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2019-02-01 13:54:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2019-02-01 13:54:07 +0000 |
commit | 1cb8950dacbc85a6aef552f48c8feabd75d89be5 (patch) | |
tree | 19d7d0cb9b691c01629026e5c07a90068c395f31 /editors/vim/files | |
parent | www/mod_perl2: Remove Apache 2.2 support (diff) |
Update vim to patchlevel 865
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.
Notes
Notes:
svn path=/head/; revision=491810
Diffstat (limited to 'editors/vim/files')
-rw-r--r-- | editors/vim/files/patch-src_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/vim/files/patch-src_Makefile b/editors/vim/files/patch-src_Makefile new file mode 100644 index 000000000000..a830899f5fbe --- /dev/null +++ b/editors/vim/files/patch-src_Makefile @@ -0,0 +1,11 @@ +--- 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 \ |