summaryrefslogtreecommitdiff
path: root/devel/libffi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-05 08:36:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-05 08:36:14 +0000
commitbcb966e00bda13690d96e47fdf97a1c3dd04971b (patch)
tree5445c8d2fce9b29cff2f80fd47ab9adb345155f5 /devel/libffi
parentBROKEN on sparc64: Does not compile (diff)
BROKEN: Configure fails on !i386 and !alpha
Notes
Notes: svn path=/head/; revision=102986
Diffstat (limited to 'devel/libffi')
-rw-r--r--devel/libffi/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile
index ed96c25b8f14..d923035e6b4d 100644
--- a/devel/libffi/Makefile
+++ b/devel/libffi/Makefile
@@ -17,4 +17,10 @@ USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= # empty
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386" && ${ARCH} != "alpha"
+BROKEN= "Configure fails on !i386 and !alpha"
+.endif
+
+.include <bsd.port.post.mk>