summaryrefslogtreecommitdiff
path: root/textproc/libxml2/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-18 11:50:38 +0000
commita68d2827d36597f96c7dac2b6e0ae381aecbc24c (patch)
treecbc29822393959d2cb1fa583902329503e9ddcd6 /textproc/libxml2/Makefile
parentIconv 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.
Diffstat (limited to '')
-rw-r--r--textproc/libxml2/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index 8e485757a08c..5806dd903d16 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -49,8 +49,5 @@ pre-extract:
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g'
- @cd ${WRKSRC} && ${PERL} -pi -e \
- 's|([^g])iconv.h|\1giconv.h|g ; s|-liconv|-lgiconv|g' \
- configure include/libxml/encoding.h
.include <bsd.port.mk>