aboutsummaryrefslogtreecommitdiff
path: root/astro/boinc-setiathome-enhanced
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-03-18 04:34:03 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-03-18 04:34:03 +0000
commit60b246b60f2740782ef6724c8d5a02635d18f950 (patch)
treea7b9914b8ee00d7a6900575eee7530188db1b0a9 /astro/boinc-setiathome-enhanced
parentcb0c4c019ddf6e08bcddecbca61c51323901538a (diff)
downloadports-60b246b60f2740782ef6724c8d5a02635d18f950.tar.gz
ports-60b246b60f2740782ef6724c8d5a02635d18f950.zip
Notes
Diffstat (limited to 'astro/boinc-setiathome-enhanced')
-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