pkgsrc/editors/vim-share/patches/patch-af

14 lines
626 B
Text
Raw Normal View History

$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