diff options
Diffstat (limited to 'textproc/mifluz/files/patch-clib-strcasestr2.c')
-rw-r--r-- | textproc/mifluz/files/patch-clib-strcasestr2.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/mifluz/files/patch-clib-strcasestr2.c b/textproc/mifluz/files/patch-clib-strcasestr2.c new file mode 100644 index 000000000000..921449169729 --- /dev/null +++ b/textproc/mifluz/files/patch-clib-strcasestr2.c @@ -0,0 +1,15 @@ +--- ./clib/strcasestr2.c.orig 2013-01-16 13:42:43.213865659 +0800 ++++ ./clib/strcasestr2.c 2013-01-16 13:50:06.277425451 +0800 +@@ -12,6 +12,7 @@ + #include "config.h" + #endif /* HAVE_CONFIG_H */ + ++#ifndef HAVE_STRCASESTR + #include <ctype.h> + #include <string.h> + +@@ -32,3 +33,4 @@ + } + return 0; + } ++#endif /* HAVE_STRCASESTR */ |