mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- use ICONV_PREFIX
Submitted by: sunpoet
This commit is contained in:
parent
b569036a31
commit
9330ddaf2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368244
@ -197,8 +197,8 @@ PLIST_SUB+= TCL_VER="${TCL_VER}"
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MICONV}
|
||||
CONFIGURE_ARGS+= --with-iconvlibdir=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-iconvincludedir=${LOCALBASE}/include
|
||||
CONFIGURE_ARGS+= --with-iconvlibdir=${ICONV_PREFIX}/lib
|
||||
CONFIGURE_ARGS+= --with-iconvincludedir=${ICONV_PREFIX}/include
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-libiconv-prefix
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user