summaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-02-01 13:37:20 +0000
committersem <sem@FreeBSD.org>2005-02-01 13:37:20 +0000
commit56d6fdbf504a04294994dab2b1338b77108e6894 (patch)
tree5235713256f7ce17b73ed20ff7c74172e4d42c0f /benchmarks
parente7e2598e298038a9ea281dbbe6e760a787018f02 (diff)
downloadFreeBSD-ports-56d6fdbf504a04294994dab2b1338b77108e6894.zip
FreeBSD-ports-56d6fdbf504a04294994dab2b1338b77108e6894.tar.gz
- Mark BROKEN on ia64
PR: ports/76958 Submitted by: maintainer
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/sipp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
index fbfb4b6..c79e5fb 100644
--- a/benchmarks/sipp/Makefile
+++ b/benchmarks/sipp/Makefile
@@ -21,8 +21,8 @@ MAN1= sipp.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha"
-BROKEN= "Does not compile on alpha - patch for call.cpp needed"
+.if ((${ARCH} == "alpha") || (${ARCH} == "ia64"))
+BROKEN= "Does not compile - patch needed by someone who can test it"
.endif
pre-install:
OpenPOWER on IntegriCloud