diff options
-rw-r--r-- | math/R-letter/Makefile | 11 | ||||
-rw-r--r-- | math/R-project/Makefile | 11 | ||||
-rw-r--r-- | math/R/Makefile | 11 |
3 files changed, 3 insertions, 30 deletions
diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index cdbbd6a0affb..f7e9d60d0676 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/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> diff --git a/math/R-project/Makefile b/math/R-project/Makefile index cdbbd6a0affb..f7e9d60d0676 100644 --- a/math/R-project/Makefile +++ b/math/R-project/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> 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> |