diff options
Diffstat (limited to 'app-editors/vim/files/vim-cross-uint32.patch')
-rw-r--r-- | app-editors/vim/files/vim-cross-uint32.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-editors/vim/files/vim-cross-uint32.patch b/app-editors/vim/files/vim-cross-uint32.patch new file mode 100644 index 0000000..9849389 --- /dev/null +++ b/app-editors/vim/files/vim-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. |