diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-09 00:18:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-09-09 00:18:41 +0000 |
commit | 37f72c4a9fee3c4fae6b0ac9ec30199c155e2b73 (patch) | |
tree | 43c5e629d0ede7b27b9a1f68a63d12efd2a8bd1b /deskutils | |
parent | Oops. This patch was reversed. (diff) |
The configure test to see if we have a prototype for strncasecmp() is
totally bogus with a ISO-C++ compiler. And the ical provided strncasecmp()
prototype is also bogus. So just force things to know we have a proper
prototype in strings.h.
Notes
Notes:
svn path=/head/; revision=65866
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/files/patch-config.h.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/ical/files/patch-config.h.in b/deskutils/ical/files/patch-config.h.in new file mode 100644 index 000000000000..d82b45cc377e --- /dev/null +++ b/deskutils/ical/files/patch-config.h.in @@ -0,0 +1,5 @@ +--- config.h.in.orig Sun Jul 2 15:12:55 1995 ++++ config.h.in Sun Sep 8 17:15:59 2002 +@@ -28 +28 @@ +-#undef HAVE_STRNCASECMP_PROTO ++#define HAVE_STRNCASECMP_PROTO 1 |