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 | 99de867ec5ee92a60f741e186433fc2382a1093e (diff) |
Notes
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> |