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:
parent
7fa20b0ce0
commit
bdb8f22fee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185586
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user