Look for libiconv in ${LOCALBASE}.
PR: 150690 Submitted by: swell.k@gmail.com
This commit is contained in:
parent
8499b4f4bc
commit
6cdcf71c7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261412
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=no --without-x --enable-multibyte"
|
|||
MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp --disable-rubyinterp"
|
||||
.endif # LITE
|
||||
|
||||
.if exists(${PREFIX}/lib/libiconv.so)
|
||||
.if exists(${LOCALBASE}/lib/libiconv.so)
|
||||
USE_ICONV= yes
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue