diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:41:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:41:55 +0000 |
commit | e0b93c235afda2fb48ba3c51051141f1d214c452 (patch) | |
tree | 7dfa30a93e01c4c7a284d706a76b036d231ca616 /lang/parrot | |
parent | cc9a93e0af5a9ece836309da25b2540dd5c8edcc (diff) |
BROKEN on ia64: Does not compile
Notes
Notes:
svn path=/head/; revision=190611
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index b63a889acea7..b7f7fbd23e7c 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -75,6 +75,10 @@ PLIST_SUB+= JIT="" PLIST_SUB+= JIT="@comment " .endif +.if ${ARCH} == ia64 +BROKEN= Does not compile on ia64 +.endif + .if ${PERL_LEVEL} < 500800 IGNORE= perl 5.8 or newer required. Install lang/perl5.8 and try again .endif |