summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-link.sh
blob: 913d3936c24de7ca88b73a0b05cf5fbd55cbb8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-link.sh,v 1.1 2012/08/28 05:59:39 morr Exp $

--- src/link.sh.orig	2012-05-25 09:25:48.000000000 +0000
+++ src/link.sh
@@ -53,7 +53,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 perl dl pthread thread readline m crypt attr; do
+    for libname in SM ICE nsl dnet dnet_stub inet socket dir elf Xt Xmu Xp Xpm X11 Xdmcp x w perl dl pthread thread readline m crypt attr; do
       cont=yes
       while test -n "$cont"; do
         if grep "l$libname " linkit.sh >/dev/null; then