mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}
Approved by: portmgr (bapt, implicit)
This commit is contained in:
parent
c8427481a0
commit
8408abc5a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326448
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ CONFIGURE_ARGS+= --disable-libjpeg
|
|||
|
||||
.if ${PORT_OPTIONS:MICONV}
|
||||
USES+= iconv
|
||||
CONFIGURE_ARGS+= --with-iconv-prefix=${LOCALBASE} --enable-iconv
|
||||
CONFIGURE_ARGS+= --enable-iconv ${ICONV_CONFIGURE_ARG}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-iconv
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue