aboutsummaryrefslogtreecommitdiff
path: root/irc/znc
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-08-03 21:56:47 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-08-03 21:56:47 +0000
commitac8386a16643341b17075c5e49ef552be5912248 (patch)
treebec1539d32bae9ab0c3a9d76c8ac70ea8c6f8481 /irc/znc
parentd820ffaae99d1fab239bd308e5c7df675b5bbe7d (diff)
downloadports-ac8386a16643341b17075c5e49ef552be5912248.tar.gz
ports-ac8386a16643341b17075c5e49ef552be5912248.zip
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).
Notes
Notes: svn path=/head/; revision=419559
Diffstat (limited to 'irc/znc')
-rw-r--r--irc/znc/Makefile7
1 files changed, 0 insertions, 7 deletions
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)
#