aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ical
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-09-09 00:18:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-09-09 00:18:41 +0000
commit37f72c4a9fee3c4fae6b0ac9ec30199c155e2b73 (patch)
tree43c5e629d0ede7b27b9a1f68a63d12efd2a8bd1b /deskutils/ical
parentc24ffe47f2b010ed00d0121469b29ff6434b484d (diff)
downloadports-37f72c4a9fee3c4fae6b0ac9ec30199c155e2b73.tar.gz
ports-37f72c4a9fee3c4fae6b0ac9ec30199c155e2b73.zip
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/ical')
-rw-r--r--deskutils/ical/files/patch-config.h.in5
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