mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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.
This commit is contained in:
parent
c24ffe47f2
commit
37f72c4a9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65866
5
deskutils/ical/files/patch-config.h.in
Normal file
5
deskutils/ical/files/patch-config.h.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user