aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc33
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2006-02-13 23:21:37 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2006-02-13 23:21:37 +0000
commitf6a6f89cf070ee9a8ffa5d5dec10f73d3322108e (patch)
treef1b05218430c5d44ff1cfe68f27164309e30b769 /lang/gcc33
parent274b4f50cbb86bfe81e81145677417f9fb767589 (diff)
downloadports-f6a6f89cf070ee9a8ffa5d5dec10f73d3322108e.tar.gz
ports-f6a6f89cf070ee9a8ffa5d5dec10f73d3322108e.zip
Notes
Diffstat (limited to 'lang/gcc33')
-rw-r--r--lang/gcc33/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 395ca52afde3..197f154e0f7b 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -29,7 +29,6 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
-USE_REINPLACE= yes
PATCH_WRKSRC= ${SRCDIR}
CONFIGURE_SCRIPT= ../${SRCDIR:C/${WRKDIR}//}/configure
@@ -39,7 +38,7 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
-BROKEN= "Bus errors in stage2; system compiler may be broken."
+BROKEN= Bus errors in stage2; system compiler may be broken.
.else
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
.endif