diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-18 11:50:38 +0000 |
commit | 905aa56821787eb98c150e2cd7e4222698cd34b5 (patch) | |
tree | d5d7cef2ee1a3886c8300f6c59463d1704679734 /devel/styx/Makefile | |
parent | 267c972eab297e87ce7c16314746799098e8dac4 (diff) | |
download | FreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.zip FreeBSD-ports-905aa56821787eb98c150e2cd7e4222698cd34b5.tar.gz |
Iconv cleanup, stage 2b: remove regex hacks that change iconv.h to giconv.h and
-liconv to -lgiconv.
Diffstat (limited to 'devel/styx/Makefile')
-rw-r--r-- | devel/styx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/styx/Makefile b/devel/styx/Makefile index 3d72890..10d30bc 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 |