aboutsummaryrefslogtreecommitdiff
path: root/devel/ossp-al
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-al')
-rw-r--r--devel/ossp-al/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/ossp-al/Makefile b/devel/ossp-al/Makefile
index 06937f29cc20..f01320692683 100644
--- a/devel/ossp-al/Makefile
+++ b/devel/ossp-al/Makefile
@@ -27,5 +27,10 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
.include "${FILESDIR}/manpages.mk"
.include <bsd.port.post.mk>