diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-08-04 05:56:47 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-08-04 05:56:47 +0800 |
commit | c8d1a6304fcca62c53fabed32870c9398e67317c (patch) | |
tree | bec1539d32bae9ab0c3a9d76c8ac70ea8c6f8481 /irc | |
parent | 3432ae70de76374e89109277f012ffdca95a064c (diff) | |
download | freebsd-ports-gnome-c8d1a6304fcca62c53fabed32870c9398e67317c.tar.gz freebsd-ports-gnome-c8d1a6304fcca62c53fabed32870c9398e67317c.tar.zst freebsd-ports-gnome-c8d1a6304fcca62c53fabed32870c9398e67317c.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).
Diffstat (limited to 'irc')
-rw-r--r-- | irc/znc/Makefile | 7 |
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) # |