diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-01 13:37:20 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-01 13:37:20 +0000 |
commit | 5bb03e0a9c676c8402930a3e7141d94249cbb851 (patch) | |
tree | ff32b972c6514f0bf8ec3d1baf4d0eeeac119507 /net/sipp | |
parent | b3ab261a6b9b49e1affc2a8e1cdaa4b371c0ae07 (diff) |
Notes
Diffstat (limited to 'net/sipp')
-rw-r--r-- | net/sipp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sipp/Makefile b/net/sipp/Makefile index fbfb4b619f7d..c79e5fbf15b0 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: |