From 061eac8187fb8f90c2d172f03f5996e50e0c0e39 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 20 Jan 2013 22:53:41 +0000 Subject: - Update to 0.25.0 - Assign maintainership to submitter - Unify patch nameing - Add LICENSE and USE_GCC knob PR: ports/175345 Submitted by: Po-Chien Lin --- textproc/mifluz/files/patch-clib-strcasestr2.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 textproc/mifluz/files/patch-clib-strcasestr2.c (limited to 'textproc/mifluz/files/patch-clib-strcasestr2.c') 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 + #include + +@@ -32,3 +33,4 @@ + } + return 0; + } ++#endif /* HAVE_STRCASESTR */ -- cgit v1.2.3