aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-18 19:50:38 +0800
commit905aa56821787eb98c150e2cd7e4222698cd34b5 (patch)
treed5d7cef2ee1a3886c8300f6c59463d1704679734 /irc/xchat2
parent267c972eab297e87ce7c16314746799098e8dac4 (diff)
downloadfreebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.zst
freebsd-ports-gnome-905aa56821787eb98c150e2cd7e4222698cd34b5.zip
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'irc/xchat2')
-rw-r--r--irc/xchat2/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index bbf0d60f3fc2..95fe629e7a99 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -69,10 +69,7 @@ CONFIGURE_ARGS+= --disable-gnome --disable-zvt
post-patch:
@${PERL} -pi \
-e 's|-lpthread|${PTHREAD_LIBS}|g;' \
- -e 's|iconv|giconv|;' \
${WRKSRC}/configure
- @${PERL} -pi -e 's|iconv\.h|giconv.h|;' \
- ${WRKSRC}/src/common/jcode.c
post-install:
.if !defined(NOPORTDOCS)