aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-06-19 05:15:31 +0800
committerpav <pav@FreeBSD.org>2008-06-19 05:15:31 +0800
commit34ecb8c6167fdb1d0c4a3468faf9a137b3c4d2f5 (patch)
treeb17cb01b49488e81bcea4deaf4ccb6e639a39900
parentfbd194b569d0828ecef471d850e8c19766bf3145 (diff)
downloadfreebsd-ports-gnome-34ecb8c6167fdb1d0c4a3468faf9a137b3c4d2f5.tar.gz
freebsd-ports-gnome-34ecb8c6167fdb1d0c4a3468faf9a137b3c4d2f5.tar.zst
freebsd-ports-gnome-34ecb8c6167fdb1d0c4a3468faf9a137b3c4d2f5.zip
- Now builds on amd64
- While here, remove conditionals for 5.x
-rw-r--r--math/scilab/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 05866fcedbf3..75533589fc96 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -67,14 +67,6 @@ BLAS_LIBS?= -llapack -lblas
.endif
MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
-# Scilab broken with GCC 3.3 on FreeBSD 5.3
-.if ${OSVERSION} >= 503000 && ${OSVERSION} < 600000
-#USE_GCC= 3.2 #override FC and F77
-BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
-CC= gcc32
-CXX= g++32
-.endif
-
WANT_FORTRAN=yes #dummy but future use
BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
RUN_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
@@ -82,9 +74,8 @@ F77= gfortran42
FC= gfortran42
CONFIGURE_ARGS+= --with-gfortran
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || \
- ${ARCH} == "sparc64" || ${ARCH} == "amd64" && ${OSVERSION} >= 700000
-BROKEN= does not compile on alpha 5.x, ia64, sparc64 or amd64 -CURRENT
+.if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+BROKEN= does not compile on alpha 5.x, ia64, sparc64
.endif
post-patch: