summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-af
blob: 6c0c68051f7516f22762038d4a2c7ebcfbc61309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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