From ac8386a16643341b17075c5e49ef552be5912248 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 3 Aug 2016 21:56:47 +0000 Subject: 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). --- irc/znc/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'irc/znc') diff --git a/irc/znc/Makefile b/irc/znc/Makefile index 936b1fbf3225..f35d4ea6315c 100644 --- a/irc/znc/Makefile +++ b/irc/znc/Makefile @@ -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) # -- cgit v1.2.3