1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Add WITHOUT_IPV6 knob (translates to --disable-ipv6).

Approved by:	philip
This commit is contained in:
Jeremy Chadwick 2007-02-20 23:48:46 +00:00
parent 7fa20b0ce0
commit bdb8f22fee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185586

View File

@ -37,6 +37,10 @@ PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS=--without-gtk --with-gtk-prefix=/nonexistant
.endif
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--disable-ipv6
.endif
post-configure:
@${REINPLACE_CMD} -e 's|-lresolv||g' ${WRKSRC}/Makefile