From 3fd5fd84e89a86bcd3cd8f5225514d52a8227d1d Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Mon, 29 Jan 2007 07:21:48 +0000 Subject: [PATCH] Fix build on 5.3. USE_GCC=3.2 overrides FC and F77 for this case. Approved by: maintainer --- math/scilab/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/math/scilab/Makefile b/math/scilab/Makefile index d7c890449cec..186cf453440f 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -84,7 +84,10 @@ 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 +#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