aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/vim-core/files/vim-core-cross-uint32.patch')
-rw-r--r--app-editors/vim-core/files/vim-core-cross-uint32.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/vim-core/files/vim-core-cross-uint32.patch b/app-editors/vim-core/files/vim-core-cross-uint32.patch
new file mode 100644
index 0000000..9849389
--- /dev/null
+++ b/app-editors/vim-core/files/vim-core-cross-uint32.patch
@@ -0,0 +1,11 @@
+--- vim73/src/configure.in
++++ vim73/src/configure.in
+@@ -3180,7 +3180,7 @@
+ }],
+ AC_MSG_RESULT(ok),
+ AC_MSG_ERROR([WRONG! uint32_t not defined correctly.]),
+-AC_MSG_ERROR([could not compile program using uint32_t.]))
++AC_MSG_WARN([could not check when cross-compiling]))
+
+ dnl Check for memmove() before bcopy(), makes memmove() be used when both are
+ dnl present, fixes problem with incompatibility between Solaris 2.4 and 2.5.