aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-10-15 11:20:48 +0300
committerMaksim 'max_posedon' Melnikau <maxposedon@gmail.com>2010-10-15 11:20:48 +0300
commitb7ce262a845a6feb031df77f66496f857f45ab27 (patch)
treeab5e65fecf07eebd1ac63b0ed5055028e00f6986 /app-editors/vim/files/vim-7.1-interix-link.patch
parentFix shr.eclass: dev-util/cvs moved to dev-vcs/cvs (diff)
downloadembedded-cross-b7ce262a845a6feb031df77f66496f857f45ab27.tar.gz
embedded-cross-b7ce262a845a6feb031df77f66496f857f45ab27.tar.bz2
embedded-cross-b7ce262a845a6feb031df77f66496f857f45ab27.zip
vim-7.3 crosscompilation fix uint32_t check
http://bugs.gentoo.org/show_bug.cgi?id=333247 Signed-off-by: Maksim 'max_posedon' Melnikau <maxposedon@gmail.com>
Diffstat (limited to 'app-editors/vim/files/vim-7.1-interix-link.patch')
-rw-r--r--app-editors/vim/files/vim-7.1-interix-link.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/app-editors/vim/files/vim-7.1-interix-link.patch b/app-editors/vim/files/vim-7.1-interix-link.patch
new file mode 100644
index 0000000..da04666
--- /dev/null
+++ b/app-editors/vim/files/vim-7.1-interix-link.patch
@@ -0,0 +1,16 @@
+Interix 3.5 does link fine with some libraries removed from the link
+line (who knows why), but executing vim failes with unresolved
+references to things like _dlclose, _iconv and such...
+
+diff -ru vim71.orig/src/link.sh vim71/src/link.sh
+--- vim71.orig/src/link.sh Wed Feb 27 15:29:29 2008
++++ vim71/src/link.sh Wed Feb 27 15:32:07 2008
+@@ -41,7 +41,7 @@
+ 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 dummy; do
+ cont=yes
+ while test -n "$cont"; do
+ if grep "l$libname " linkit.sh >/dev/null; then