summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/patches/patch-af')
-rw-r--r--editors/vim-share/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/vim-share/patches/patch-af b/editors/vim-share/patches/patch-af
new file mode 100644
index 00000000000..6c0c68051f7
--- /dev/null
+++ b/editors/vim-share/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2008/03/02 16:01:32 jlam Exp $
+
+--- src/link.sh.orig 2006-09-26 05:22:11.000000000 -0400
++++ src/link.sh
+@@ -41,7 +41,7 @@ else
+ if sh link.cmd; then
+ touch auto/link.sed
+ cp link.cmd linkit.sh
+- for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w dl pthread thread readline m perl crypt attr; do
++ for libname in SM ICE nsl dnet dnet_stub inet socket dir elf Xt Xmu Xp Xpm X11 Xdmcp x w dl pthread thread readline m perl crypt attr; do
+ cont=yes
+ while test -n "$cont"; do
+ if grep "l$libname " linkit.sh >/dev/null; then