From 4e8fb4ec67e475ce28ece4fe349b9d398cb8e6bf Mon Sep 17 00:00:00 2001
From: Kris Kennaway <kris@FreeBSD.org>
Date: Sat, 6 Mar 2004 23:07:23 +0000
Subject: BROKEN on !i386 and !alpha: Does not compile

---
 devel/lwp/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
index 38294a3147fb..481aec406c5c 100644
--- a/devel/lwp/Makefile
+++ b/devel/lwp/Makefile
@@ -19,4 +19,10 @@ USE_LIBTOOL=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN=		"Does not compile on !i386 and !alpha"
+.endif
+
+.include <bsd.port.post.mk>
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0