diff options
author | obrien <obrien@FreeBSD.org> | 2002-09-09 08:18:41 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-09-09 08:18:41 +0800 |
commit | fc7ffa0014755e950d54ab5663da1273172f3a89 (patch) | |
tree | b6ec9d84d83b4ebd48ce9c88416fd81ce8bc6c17 /deskutils/ical | |
parent | 7124870ea74fb2d313ada2bcc7f983af73643e86 (diff) | |
download | freebsd-ports-gnome-fc7ffa0014755e950d54ab5663da1273172f3a89.tar.gz freebsd-ports-gnome-fc7ffa0014755e950d54ab5663da1273172f3a89.tar.zst freebsd-ports-gnome-fc7ffa0014755e950d54ab5663da1273172f3a89.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.
Diffstat (limited to 'deskutils/ical')
-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 |