From e26a6db882f1beec65229d8acb70a37655dd65d8 Mon Sep 17 00:00:00 2001 From: anders Date: Sun, 27 Oct 2002 23:55:50 +0000 Subject: Make build say that mod_watch is not IPv6-aware, when trying to use it with apache13+ipv6. --- www/mod_watch/files/patch-mod_watch.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/mod_watch/files/patch-mod_watch.c (limited to 'www/mod_watch/files') diff --git a/www/mod_watch/files/patch-mod_watch.c b/www/mod_watch/files/patch-mod_watch.c new file mode 100644 index 00000000000..c2aa9a14c0f --- /dev/null +++ b/www/mod_watch/files/patch-mod_watch.c @@ -0,0 +1,13 @@ +--- mod_watch.c.orig Thu Mar 14 12:44:07 2002 ++++ mod_watch.c Mon Oct 28 00:48:48 2002 +@@ -41,6 +41,10 @@ + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + ++#ifdef INET6 ++#error mod_watch is not IPv6-aware. ++#endif ++ + #ifndef SPOOLDIR + #define SPOOLDIR "/var/spool/mod_watch/" + #endif -- cgit