aboutsummaryrefslogtreecommitdiff
path: root/devel/styx
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 /devel/styx
parent449a928eea07416fb2c4e7ce5f02faae8c31155d (diff)
downloadports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.tar.gz
ports-a68d2827d36597f96c7dac2b6e0ae381aecbc24c.zip
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 'devel/styx')
-rw-r--r--devel/styx/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile
index 3d7289050640..10d30bc1d385 100644
--- a/devel/styx/Makefile
+++ b/devel/styx/Makefile
@@ -27,9 +27,6 @@ USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
-.for file in config.h.in configure libbase/styconf0.h
- @${PERL} -pi -e "s,iconv.h,giconv.h,g" ${WRKSRC}/${file}
-.endfor
.for file in config.h.in libbase/styconf0.h libbase/gstream.c
@${PERL} -pi -e "s,ICONV_H,GICONV_H,g" ${WRKSRC}/${file}
.endfor