summaryrefslogtreecommitdiffstats
path: root/devel/mingw-gcc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-08 23:03:48 +0000
committeredwin <edwin@FreeBSD.org>2002-11-08 23:03:48 +0000
commit547fc90c65b008cba2c021284341734161a3e59a (patch)
treea3a0b24b482589798c4ed3f3251e1b43a3d5fff5 /devel/mingw-gcc
parentbedb426eb7886c304439c034ee3a7702778b22f8 (diff)
downloadFreeBSD-ports-547fc90c65b008cba2c021284341734161a3e59a.zip
FreeBSD-ports-547fc90c65b008cba2c021284341734161a3e59a.tar.gz
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD Noticed on: bento
Diffstat (limited to 'devel/mingw-gcc')
-rw-r--r--devel/mingw-gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mingw-gcc/Makefile b/devel/mingw-gcc/Makefile
index c7b11af..1fc55c0 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 \
OpenPOWER on IntegriCloud