From bdb2de7feeae7c8c30d73135a036968b4f4ba107 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Sep 2006 01:44:28 +0000 Subject: BROKEN on amd64 and sparc64: Does not compile --- net/asterisk-oh323/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net') diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index 37c38174bf03..1a45a7772374 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -25,7 +25,13 @@ MAKE_ENV= MKDIR="${MKDIR}" \ CPP="${CXX}" \ SYSLIBDIR=${LOCALBASE}/lib +.include + +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on amd64 or sparc64 +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include +.include -- cgit