diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-11-19 08:24:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-11-19 08:24:02 +0000 |
commit | b140bae0ebbf307f59b161a660b1d8baff6643ce (patch) | |
tree | 10ebc653c6a2edfde641b76fbc012ec11e555267 /math/octave-forge | |
parent | 5e0a3a9c6501ff98a7f9a2a38cf0fd8836f0b131 (diff) |
Build fix for FBSD7.
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=202758
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 5175c3889cc8..dcdfb9e7da74 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -36,9 +36,7 @@ USE_FORTRAN= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif +USE_GCC= 3.4 .endif GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} |