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 /science | |
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 'science')
-rw-r--r-- | science/vis5d+/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/science/vis5d+/Makefile b/science/vis5d+/Makefile index 16dce65..5a1ac49 100644 --- a/science/vis5d+/Makefile +++ b/science/vis5d+/Makefile @@ -34,11 +34,6 @@ CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \ --with-mixkit=${LOCALBASE}/lib/libmix.a --with-x INSTALLS_SHLIB= yes -post-patch: -.for file in configure intl/gettextP.h - @${PERL} -pi -e "s,iconv.h,giconv.h,g" ${WRKSRC}/${file} -.endfor - pre-build: @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC} |