aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx/Makefile
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-04-07 05:36:03 +0800
committerclive <clive@FreeBSD.org>2001-04-07 05:36:03 +0800
commit2fb6fe7324068c739ead0ad961afd7a70d3f3c40 (patch)
tree7fc80e91c7a59f043d6ef270ec4d2bc33ae82043 /irc/bitchx/Makefile
parent11d7442f3e9ed81322a0b3fe4a651097d8dac628 (diff)
downloadfreebsd-ports-gnome-2fb6fe7324068c739ead0ad961afd7a70d3f3c40.tar.gz
freebsd-ports-gnome-2fb6fe7324068c739ead0ad961afd7a70d3f3c40.tar.zst
freebsd-ports-gnome-2fb6fe7324068c739ead0ad961afd7a70d3f3c40.zip
Tune a knob to make WITH_IPV6 really work.
Although in fact it still doesn't work: checking whether to enable IPv6 support... no (ipv6 support can currently be enabled on Linux only) Submitted by: Pekka Savola <pekkas@netcore.fi>
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r--irc/bitchx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile
index 06bc182305ab..2ae299c91924 100644
--- a/irc/bitchx/Makefile
+++ b/irc/bitchx/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--without-gtk
USE_ESOUND= yes
CONFIGURE_ARGS+=--enable-sound
.endif
-.if defined(HAVE_IPV6)
+.if defined(WITH_IPV6)
USE_IPV6= yes
CONFIGURE_ARGS+=--enable-ipv6
.endif