diff options
author | obrien <obrien@FreeBSD.org> | 2003-10-16 04:32:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-10-16 04:32:48 +0800 |
commit | 51251d5ef4cd667f13a625e24b75f55bfb5cd054 (patch) | |
tree | 9951165748515b3980b569adced3c2381addb9db /deskutils | |
parent | 993d449887f9966ba840708e0a4d80d7fc25d81d (diff) | |
download | freebsd-ports-gnome-51251d5ef4cd667f13a625e24b75f55bfb5cd054.tar.gz freebsd-ports-gnome-51251d5ef4cd667f13a625e24b75f55bfb5cd054.tar.zst freebsd-ports-gnome-51251d5ef4cd667f13a625e24b75f55bfb5cd054.zip |
I give up - the the configure test is so totally bogus with a ISO-C++ compiler,
it is unsavable. Hardcode all the things I know to be true in FreeBSD.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/files/patch-config.h.in | 42 |
1 files changed, 40 insertions, 2 deletions
diff --git a/deskutils/ical/files/patch-config.h.in b/deskutils/ical/files/patch-config.h.in index d82b45cc377e..cbb6efc93dc3 100644 --- a/deskutils/ical/files/patch-config.h.in +++ b/deskutils/ical/files/patch-config.h.in @@ -1,5 +1,43 @@ --- config.h.in.orig Sun Jul 2 15:12:55 1995 -+++ config.h.in Sun Sep 8 17:15:59 2002 -@@ -28 +28 @@ ++++ config.h.in Wed Oct 15 13:19:33 2003 +@@ -5,26 +5,26 @@ + #undef pid_t + + #undef SIZEOF_LONG +-#undef HAVE_STRING_H +-#undef HAVE_LIMITS_H ++#define HAVE_STRING_H 1 ++#define HAVE_LIMITS_H 1 + +-#undef HAVE_FSYNC ++#define HAVE_FSYNC 1 + +-#undef HAVE_STRERROR +-#undef HAVE_STRERROR_PROTO +-#undef HAVE_SYS_ERRLIST_PROTO ++#define HAVE_STRERROR 1 ++#define HAVE_STRERROR_PROTO 1 ++#define HAVE_SYS_ERRLIST_PROTO 1 + +-#undef HAVE_GETTIMEOFDAY_PROTO ++#define HAVE_GETTIMEOFDAY_PROTO 1 + +-#undef HAVE_GETHOSTID +-#undef HAVE_GETHOSTID_PROTO ++#define HAVE_GETHOSTID 1 ++#define HAVE_GETHOSTID_PROTO 1 + +-#undef HAVE_UNAME +-#undef HAVE_SYS_UTSNAME_H +-#undef HAVE_GETHOSTNAME_PROTO ++#define HAVE_UNAME 1 ++#define HAVE_SYS_UTSNAME_H 1 ++#define HAVE_GETHOSTNAME_PROTO 1 + +-#undef HAVE_GETPID_PROTO ++#define HAVE_GETPID_PROTO 1 + -#undef HAVE_STRNCASECMP_PROTO +#define HAVE_STRNCASECMP_PROTO 1 + + #endif /* _CONFIG_H_IN */ |