diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-02-13 23:21:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2006-02-13 23:21:37 +0000 |
commit | f6a6f89cf070ee9a8ffa5d5dec10f73d3322108e (patch) | |
tree | f1b05218430c5d44ff1cfe68f27164309e30b769 /lang/gcc33 | |
parent | 274b4f50cbb86bfe81e81145677417f9fb767589 (diff) |
Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised
by new portlint.
Notes
Notes:
svn path=/head/; revision=155969
Diffstat (limited to 'lang/gcc33')
-rw-r--r-- | lang/gcc33/Makefile | 3 |
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 |