diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-05-12 13:24:52 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-05-12 13:24:52 (GMT) |
commit | a89267efb69c74aefe2034f13be278b0062a7fc3 (patch) | |
tree | 90e2db8ff511d09d3b66c2af5c6f7a736744ae13 /src | |
parent | 43e30d41ff9d38d6837703cd6fc809890d16e0c3 (diff) | |
download | mxe-a89267efb69c74aefe2034f13be278b0062a7fc3.zip mxe-a89267efb69c74aefe2034f13be278b0062a7fc3.tar.gz mxe-a89267efb69c74aefe2034f13be278b0062a7fc3.tar.bz2 |
add a bugfix patch to package zziplib (by Gregory Smith)
Diffstat (limited to 'src')
-rw-r--r-- | src/zziplib-fix-fnmatch.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/zziplib-fix-fnmatch.patch b/src/zziplib-fix-fnmatch.patch new file mode 100644 index 0000000..b567552 --- /dev/null +++ b/src/zziplib-fix-fnmatch.patch @@ -0,0 +1,16 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +This patch has been taken from: +http://sourceforge.net/tracker/?func=detail&aid=2995373&group_id=6389&atid=306389 + +--- zziplib-0.13.58/zzip/__fnmatch.h 2009-08-23 07:38:22.000000000 -0400 ++++ zziplib-0.13.58/zzip/__fnmatch.h 2010-01-09 13:32:11.311799466 -0500 +@@ -4,6 +4,7 @@ + + #include <zzip/conf.h> + #include <stdio.h> ++#include <string.h> + + #ifdef ZZIP_HAVE_FNMATCH_H + #include <fnmatch.h> |