aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-project
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-16 04:08:59 +0800
committerpav <pav@FreeBSD.org>2003-12-16 04:08:59 +0800
commitf5a8d33934695f65ed6bf94a0f76aa1e422299de (patch)
treea864790dde2393af8b3d7791adea8147f90c0285 /math/R-project
parentfc6ff2cc0e6ed981fde44bcd74d36c0664aade68 (diff)
downloadfreebsd-ports-gnome-f5a8d33934695f65ed6bf94a0f76aa1e422299de.tar.gz
freebsd-ports-gnome-f5a8d33934695f65ed6bf94a0f76aa1e422299de.tar.zst
freebsd-ports-gnome-f5a8d33934695f65ed6bf94a0f76aa1e422299de.zip
- 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)
Diffstat (limited to 'math/R-project')
-rw-r--r--math/R-project/Makefile11
1 files changed, 1 insertions, 10 deletions
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>