diff options
author | kris <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-27 22:58:52 +0000 |
commit | 14c924f9709a4b8d2b689fb68cb78d8e1f54f534 (patch) | |
tree | 5af1e8138ed6548fcede8f6f75ec317d2d5cf40b /lang | |
parent | 8011f3f3654fab3ddc0cbf7acb233645b63fdfee (diff) | |
download | FreeBSD-ports-14c924f9709a4b8d2b689fb68cb78d8e1f54f534.zip FreeBSD-ports-14c924f9709a4b8d2b689fb68cb78d8e1f54f534.tar.gz |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/chicken/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 954728a..395e22e 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -29,8 +29,8 @@ OPTIONS= PCRE "With PCRE support" off .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Coredump during build on amd64 and ia64" +.if ${ARCH} == "ia64" +BROKEN= "Coredump during build on ia64" .endif .if defined(WITH_PCRE) |