Tweak iconv handling.
This commit is contained in:
parent
f1b61496bc
commit
8c3cc12386
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328198
1 changed files with 3 additions and 2 deletions
|
@ -27,8 +27,9 @@ OPTIONS_DEFINE= DOCS ICONV
|
|||
OPTIONS_DEFAULT=ICONV
|
||||
|
||||
ICONV_USES= iconv
|
||||
ICONV_CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include
|
||||
ICONV_LDFLAGS= -L${LOCALBASE}/lib
|
||||
ICONV_CPPFLAGS= -I${ICONV_PREFIX}/include
|
||||
ICONV_LDFLAGS= -L${ICONV_PREFIX}/lib
|
||||
ICONV_CONFIGURE_OFF= am_cv_func_iconv=no
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue