1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove unneeded iconv hack.

This would still be needed with 10+ after the removal of const
on iconv(3) in src r281550, but now with the use of ICU in
1.6 it is no longer using iconv(3).
This commit is contained in:
Bryan Drewery 2016-08-03 21:56:47 +00:00
parent d820ffaae9
commit ac8386a166
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419559

View File

@ -54,13 +54,6 @@ TCL_USES= tcl
PORTDOCS= README.md
pre-configure:
# No need to cast to char** in AM_ICONV, fixes charset/iconv detection
# and by extension, successfully builds charset module
@${REINPLACE_CMD} -e \
's#(char \*\*)##g' \
${WRKSRC}/configure
# Instead of using bundled swig generated files, delete them to force
# regeneration using swig 2.0.11+ (fixes port compilation using clang)
#