aboutsummaryrefslogtreecommitdiff
path: root/irc/znc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'irc/znc/Makefile')
-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)
#