Add USE_ICONV=yes since we explicitly configure --with-libiconv-prefix.
Reported by: deischen, rafan
This commit is contained in:
parent
1accf2f7e0
commit
129c25a0bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183487
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
|
|||
USE_BISON= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
||||
PATCH_WRKSRC= ${SRCDIR}
|
||||
|
|
Loading…
Reference in a new issue