mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04: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:
parent
bb6528fc52
commit
3fd5fd84e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183602
1 changed files with 4 additions and 1 deletions
|
@ -84,7 +84,10 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
|
||||||
|
|
||||||
# Scilab broken with GCC 3.3 on FreeBSD 5.3
|
# Scilab broken with GCC 3.3 on FreeBSD 5.3
|
||||||
.if ${OSVERSION} >= 503000 && ${OSVERSION} < 600000
|
.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
|
.endif
|
||||||
|
|
||||||
WANT_FORTRAN=yes #dummy but future use
|
WANT_FORTRAN=yes #dummy but future use
|
||||||
|
|
Loading…
Add table
Reference in a new issue