diff options
Diffstat (limited to 'editors/vim/files/patch-src_Makefile')
-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 \ |