summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-08 23:03:48 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-08 23:03:48 +0000
commit197dfc33216bbe1cfed7595fc5d1390963c330fd (patch)
tree1e1f9905bb0dacd75342f58ad7a3cc222554e8d1 /devel
parentUpgrade 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')
-rw-r--r--devel/mingw-gcc/Makefile3
-rw-r--r--devel/mingw32-gcc/Makefile3
2 files changed, 4 insertions, 2 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 \
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile
index c7b11af8a523..1fc55c0e5e93 100644
--- a/devel/mingw32-gcc/Makefile
+++ b/devel/mingw32-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 \