summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-09-11 14:33:46 +0200
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-09-11 14:35:33 +0200
commit45d167f3899e4dd3cb5e3b6215cc76e0a0bef1ee (patch)
treeabca188e99e5400365d65ac76bd2dc1325d94b30
parente46d8efe9bed44aacc366b3b84c0498cbfc04b37 (diff)
downloadmidipix_build-45d167f3899e4dd3cb5e3b6215cc76e0a0bef1ee.tar.bz2
midipix_build-45d167f3899e4dd3cb5e3b6215cc76e0a0bef1ee.tar.xz
Fixes Vim v7.4.1952; GUITYPE is now Athena.
-rw-r--r--vim-7.4.1952.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vim-7.4.1952.local.patch b/vim-7.4.1952.local.patch
index 53af8edd..07097519 100644
--- a/vim-7.4.1952.local.patch
+++ b/vim-7.4.1952.local.patch
@@ -7,3 +7,14 @@
-extern int _Xmblen(char *, size_t);
+extern int _Xmblen(char *, int);
#endif
+--- vim-7.4.1952/src/Makefile.orig 2016-06-21 23:42:20.000000000 +0200
++++ vim-7.4.1952/src/Makefile 2016-09-07 06:29:14.483862359 +0200
+@@ -2692,7 +2692,7 @@
+ $(PERLLIB)/ExtUtils/typemap if_perl.xs >> $@
+
+ auto/osdef.h: auto/config.h osdef.sh osdef1.h.in osdef2.h.in
+- CC="$(CC) $(OSDEF_CFLAGS)" srcdir=$(srcdir) sh $(srcdir)/osdef.sh
++ CC="$(CC) $(OSDEF_CFLAGS) -I$(PKG_PREFIX)/include" srcdir=$(srcdir) sh $(srcdir)/osdef.sh
+
+ auto/pathdef.c: Makefile auto/config.mk
+ -@echo creating $@