Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2007 21:45:15 -0600
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        maho@freeBSD.org
Cc:        ports@freeBSD.org
Subject:   octave-forge on FreeBSD 7.0
Message-ID:  <474106CB.9060700@math.missouri.edu>

next in thread | raw e-mail | index | archive | help
Dear Maho,

I noticed that you added lines like:

.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN=         Does not compile with GCC 4.2
.endif
.endif

to the Makefile of math/octave-forge.  But it also doesn't build on my 
i386 FreeBSD 7.0 machine.

How about doing something more simple like:

.if ${OSVERSION} >= 700042
USE_GCC=	3.4
.endif

which works great in my situation.

Stephen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?474106CB.9060700>