diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-08 23:03:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-08 23:03:48 +0000 |
commit | 197dfc33216bbe1cfed7595fc5d1390963c330fd (patch) | |
tree | 1e1f9905bb0dacd75342f58ad7a3cc222554e8d1 /devel/mingw-gcc | |
parent | Upgrade to version 3.138 (diff) |
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=69762
Diffstat (limited to 'devel/mingw-gcc')
-rw-r--r-- | devel/mingw-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile index c7b11af8a523..1fc55c0e5e93 100644 --- a/devel/mingw-gcc/Makefile +++ b/devel/mingw-gcc/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binuti WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828 USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=i386-mingw32msvc \ --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/i386-mingw32msvc/${PORTVERSION}/include/g++ @@ -38,7 +39,7 @@ MAN1= cccp.1 \ i386-mingw32msvc-gcc.1 post-patch: - ${PERL} -i.orig -pe 's/install-libiberty//' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's/install-libiberty//' ${WRKSRC}/Makefile.in pre-install: ${MV} ${PREFIX}/bin/i386-mingw32msvc-c++filt \ |