aboutsummaryrefslogtreecommitdiff
path: root/editors/vim/files/patch-01
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/files/patch-01')
-rw-r--r--editors/vim/files/patch-016
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/vim/files/patch-01 b/editors/vim/files/patch-01
index d81da2bab293..5ad164430b91 100644
--- a/editors/vim/files/patch-01
+++ b/editors/vim/files/patch-01
@@ -99,9 +99,3 @@
- cd $(DEST_MAN); ln -s $(EVIMNAME).1 $(EVIEWNAME).1
+ cd $(DEST_MAN); ln -sf $(EVIMNAME).1 $(EVIEWNAME).1
-@@ -1951,3 +1952,4 @@
- -@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' >> $@
-- -@echo 'char_u *all_cflags = (char_u *)"$(CC) -c -I$(srcdir) $(ALL_CFLAGS)";' >> $@
-+ -@echo 'char_u *all_cflags = (char_u *)' >> $@
-+ -@echo '$(CC) -c -I$(srcdir) $(ALL_CFLAGS)' | sed -e 's/\"/\\"/g' -e 's/\(^.*\)/ "\1";/' >> $@
- -@echo 'char_u *all_lflags = (char_u *)"$(CC) $(ALL_LIB_DIRS) $(LDFLAGS) -o $(VIMTARGET) $(ALL_LIBS) ";' >> $@