- Remove gcc-3.3.1 kludge now that 3.3.3 is standard in -CURRENT

PR:		ports/60264
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
This commit is contained in:
Pav Lucistnik 2003-12-15 20:08:59 +00:00
parent 99de867ec5
commit 276be30f19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95907
3 changed files with 3 additions and 30 deletions

View File

@ -71,13 +71,4 @@ test check: build
check-all: build check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all) @(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk> .include <bsd.port.mk>
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>

View File

@ -71,13 +71,4 @@ test check: build
check-all: build check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all) @(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk> .include <bsd.port.mk>
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>

View File

@ -71,13 +71,4 @@ test check: build
check-all: build check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all) @(cd ${WRKSRC}; ${MAKE} check-all)
.include <bsd.port.pre.mk> .include <bsd.port.mk>
# Work around a gcc-3.3.1 internal compiler error on 5.1-CURRENT.
.if ${OSVERSION} >= 501103
pre-build:
@(cd ${WRKSRC}/src/include; ${MAKE} Rmath.h)
@(cd ${WRKSRC}/src/main; ${MAKE} CFLAGS+=-O0 plotmath.o)
.endif
.include <bsd.port.post.mk>