From 905aa56821787eb98c150e2cd7e4222698cd34b5 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 18 Mar 2002 11:50:38 +0000 Subject: Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and -liconv to -lgiconv. --- irc/xchat-gnome/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'irc/xchat-gnome') diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index bbf0d60..95fe629 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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) -- cgit v1.1