diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | a68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch) | |
tree | cbc29822393959d2cb1fa583902329503e9ddcd6 /irc/xchat | |
parent | Iconv cleanup, stage 2a: remove patches that only replacing <iconv.h> with (diff) |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Notes
Notes:
svn path=/head/; revision=56294
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index bbf0d60f3fc2..95fe629e7a99 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/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) |