1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

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>
This commit is contained in:
Clive Lin 2001-04-06 21:36:03 +00:00
parent 9cef64526a
commit dfd857648e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40963

View File

@ -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