aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_watch
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-10-28 07:55:50 +0800
committeranders <anders@FreeBSD.org>2002-10-28 07:55:50 +0800
commite26a6db882f1beec65229d8acb70a37655dd65d8 (patch)
tree6b5828872d57b4006219f74f7f0dfacba6150cb9 /www/mod_watch
parentb35f1581c6c0c7d9b2cd09c2c9ca664a67db106c (diff)
downloadfreebsd-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.c13
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