diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 20:08:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-15 20:08:59 +0000 |
commit | 276be30f198f546eb4e42d1d517b659c6bbc9645 (patch) | |
tree | c665b81aff2b0a36c3f0c7e21845e2b81d3d10db /math/R | |
parent | - Fix build when older version is already installed. This will prefer (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=95907
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index cdbbd6a0affb..f7e9d60d0676 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -71,13 +71,4 @@ test check: build check-all: build @(cd ${WRKSRC}; ${MAKE} check-all) -.include <bsd.port.pre.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> +.include <bsd.port.mk> |