aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-06-19 09:21:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-06-19 09:21:28 +0000
commitef790344e635a311e4b948cd8dba9e189d058b96 (patch)
tree5883f4448e759afee0407a5f23cbaec73be2e8e0 /lang
parent99db1b22d996ad1f1a49c9b58fd08bb037508fe5 (diff)
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=111799
Diffstat (limited to 'lang')
-rw-r--r--lang/libjit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/libjit/Makefile b/lang/libjit/Makefile
index 625245da5048..e42c2f7ad25c 100644
--- a/lang/libjit/Makefile
+++ b/lang/libjit/Makefile
@@ -19,4 +19,10 @@ INFO= libjit
MAN3= libjit.3
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= "Does not compile on amd64"
+.endif
+
+.include <bsd.port.post.mk>