summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--benchmarks/sipp/Makefile4
-rw-r--r--net/sipp/Makefile4
2 files changed, 4 insertions, 4 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:
diff --git a/net/sipp/Makefile b/net/sipp/Makefile
index fbfb4b6..c79e5fb 100644
--- a/net/sipp/Makefile
+++ b/net/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