1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Fix build on 5.3. USE_GCC=3.2 overrides FC and F77 for this case.

Approved by: maintainer
This commit is contained in:
Maho Nakata 2007-01-29 07:21:48 +00:00
parent bb6528fc52
commit 3fd5fd84e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183602

View File

@ -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