Remove unmaintained packages - #557728 @bgo
[moonrise.git] / app-editors / vim-core / files / vim-7.1-interix-link.patch
blobda046665dfc57e1ac9120a539493f3041e1a4f3c
1 Interix 3.5 does link fine with some libraries removed from the link
2 line (who knows why), but executing vim failes with unresolved
3 references to things like _dlclose, _iconv and such...
5 diff -ru vim71.orig/src/link.sh vim71/src/link.sh
6 --- vim71.orig/src/link.sh Wed Feb 27 15:29:29 2008
7 +++ vim71/src/link.sh Wed Feb 27 15:32:07 2008
8 @@ -41,7 +41,7 @@
9 if sh link.cmd; then
10 touch auto/link.sed
11 cp link.cmd linkit.sh
12 - 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
13 + for libname in dummy; do
14 cont=yes
15 while test -n "$cont"; do
16 if grep "l$libname " linkit.sh >/dev/null; then