diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-01-20 22:53:41 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-01-20 22:53:41 +0000 |
commit | 061eac8187fb8f90c2d172f03f5996e50e0c0e39 (patch) | |
tree | c3e8d2d0ad3a4ff885d7356f823a29d0d7182c83 /textproc/mifluz/files/patch-clib-strcasestr2.c | |
parent | Use the new lang/gcc-ecj45 port when building the Java frontend (diff) |
- 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 <linpc@cs.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=310721
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 */ |