diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-09 07:03:48 +0800 |
commit | 547fc90c65b008cba2c021284341734161a3e59a (patch) | |
tree | a3a0b24b482589798c4ed3f3251e1b43a3d5fff5 /devel/mingw-gcc/Makefile | |
parent | bedb426eb7886c304439c034ee3a7702778b22f8 (diff) | |
download | freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.gz freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.tar.zst freebsd-ports-gnome-547fc90c65b008cba2c021284341734161a3e59a.zip |
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/Makefile')
-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 \ |