aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-03-18 12:34:03 +0800
committerlinimon <linimon@FreeBSD.org>2009-03-18 12:34:03 +0800
commit7847901daa8b0974904d9beb4f4c4821c59ec329 (patch)
treeaf37ccaf27ab463c9330ec132c0eefa5ff757f0e
parent55fbc27a22d365297004325b4669670f9dc9f6d2 (diff)
downloadfreebsd-ports-gnome-7847901daa8b0974904d9beb4f4c4821c59ec329.tar.gz
freebsd-ports-gnome-7847901daa8b0974904d9beb4f4c4821c59ec329.tar.zst
freebsd-ports-gnome-7847901daa8b0974904d9beb4f4c4821c59ec329.zip
Mark as broken on sparc64-7.
-rw-r--r--astro/boinc-setiathome-enhanced/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile
index faf5d0094e14..49d781054030 100644
--- a/astro/boinc-setiathome-enhanced/Makefile
+++ b/astro/boinc-setiathome-enhanced/Makefile
@@ -66,6 +66,12 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \
BOINC_DIR="${LOCALBASE}"
CONFIGURE_FLAGS+= --disable-static-client --with-boinc-platform=${ARCH}-portbld-freebsd --build=${ARCH}-portbld-freebsd
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
.if defined(WITHOUT_SETI_APP) && defined(WITHOUT_AP_APP)
IGNORE= neither SETI@home nor Astropulse selected
.endif