From dc06283100763b8fd40e4afa860bf50f7b2f0ea5 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 1 Oct 2007 09:25:49 +0000 Subject: Mark as broken with gcc4.2 on 64-bit archs. --- math/yacas/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'math') diff --git a/math/yacas/Makefile b/math/yacas/Makefile index 25a474240e24..a6c858055ef1 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -30,6 +30,12 @@ OPTIONS= X11 "Build with X11 features" off \ .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + .if defined(WITH_GMP) LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 CONFIGURE_ARGS+= --with-numlib=gmp -- cgit v1.2.3