diff options
author | anders <anders@FreeBSD.org> | 2002-10-28 07:55:50 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-10-28 07:55:50 +0800 |
commit | e26a6db882f1beec65229d8acb70a37655dd65d8 (patch) | |
tree | 6b5828872d57b4006219f74f7f0dfacba6150cb9 /www/mod_watch | |
parent | b35f1581c6c0c7d9b2cd09c2c9ca664a67db106c (diff) | |
download | freebsd-ports-gnome-e26a6db882f1beec65229d8acb70a37655dd65d8.tar.gz freebsd-ports-gnome-e26a6db882f1beec65229d8acb70a37655dd65d8.tar.zst freebsd-ports-gnome-e26a6db882f1beec65229d8acb70a37655dd65d8.zip |
Make build say that mod_watch is not IPv6-aware, when trying to use it
with apache13+ipv6.
Diffstat (limited to 'www/mod_watch')
-rw-r--r-- | www/mod_watch/files/patch-mod_watch.c | 13 |
1 files changed, 13 insertions, 0 deletions
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 000000000000..c2aa9a14c0f5 --- /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 |