mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add ONLY_FOR_ARCHS= i386 to the WITH_TCL case.
Submitted by: eivind
This commit is contained in:
parent
e9a6767fba
commit
855732b11b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79516
1 changed files with 3 additions and 0 deletions
|
@ -66,13 +66,16 @@ CONFIGURE_ARGS+=--enable-sound
|
|||
USE_IPV6= yes
|
||||
CONFIGURE_ARGS+=--enable-ipv6
|
||||
.endif
|
||||
|
||||
.if defined(WITH_TCL)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/include/tcl8.3/tcl.h:${PORTSDIR}/lang/tcl83
|
||||
CONFIGURE_ARGS+=--with-tcl \
|
||||
--with-tcl-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3"
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/tcl8.3
|
||||
ONLY_FOR_ARCHS= i386
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SOCKS5)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
|
||||
CONFIGURE_ARGS+= --with-socks5=${LOCALBASE}
|
||||
|
|
Loading…
Add table
Reference in a new issue