diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 08:46:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 08:46:39 +0800 |
commit | cd938b1a35cb6b9f8268fd0fd47e0da336a44a9b (patch) | |
tree | 599a4d28620b9adf87e557fe8c5a0d3782be750a /net | |
parent | 306a1bf0d696d1c3c23978814c8e0c6d69d44ec9 (diff) | |
download | freebsd-ports-gnome-cd938b1a35cb6b9f8268fd0fd47e0da336a44a9b.tar.gz freebsd-ports-gnome-cd938b1a35cb6b9f8268fd0fd47e0da336a44a9b.tar.zst freebsd-ports-gnome-cd938b1a35cb6b9f8268fd0fd47e0da336a44a9b.zip |
Does not compile on alpha
Approved by: portmgr (self)
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 50e7bad0a58f..ae64231f8751 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -35,6 +35,10 @@ BOINC_DATADIR= ${PREFIX}/boinc .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha" +.endif + .if ${OSVERSION} < 500000 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-api::boinc_api.C .endif |