1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Fix IPv6 support: change a typo "USET_IPV6" to "USE_IPV6".

This commit is contained in:
Brian Feldman 2000-01-19 02:53:21 +00:00
parent ab69edba4d
commit 47be594a53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24828

View File

@ -35,7 +35,7 @@ CRYPTOLIBS+= -lRSAglue -lrsaref
# Here, MANDIR is concetenated to DESTDIR which all forms the man install dir... # Here, MANDIR is concetenated to DESTDIR which all forms the man install dir...
MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}" MAKE_ENV= DESTDIR=${PREFIX} MANDIR=/man/man CRYPTOLIBS="${CRYPTOLIBS}"
.if defined(USE_INET6) .if defined(USE_INET6)
MAKE_ENV+= USET_INET6=yes MAKE_ENV+= USE_INET6=yes
.endif .endif
.if ${OSVERSION} < 400014 .if ${OSVERSION} < 400014
MAKE_ENV+= COMPAT_GETADDRINFO=yes MAKE_ENV+= COMPAT_GETADDRINFO=yes