aboutsummaryrefslogtreecommitdiff
path: root/devel/boehm-gc/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-05-05 12:47:25 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-05-05 12:47:25 +0000
commit6a60ac8e6e722157e7fe38e5c3cc171f6bde3fd1 (patch)
tree290aff107df7f6a058b07f87e679712b35e6e4bb /devel/boehm-gc/Makefile
parent30c12d13c59322bda5bb9afe4e3274477407c1f7 (diff)
downloadports-6a60ac8e6e722157e7fe38e5c3cc171f6bde3fd1.tar.gz
ports-6a60ac8e6e722157e7fe38e5c3cc171f6bde3fd1.zip
Notes
Diffstat (limited to 'devel/boehm-gc/Makefile')
-rw-r--r--devel/boehm-gc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boehm-gc/Makefile b/devel/boehm-gc/Makefile
index 22b732b02432..89cf1e484574 100644
--- a/devel/boehm-gc/Makefile
+++ b/devel/boehm-gc/Makefile
@@ -24,8 +24,8 @@ MAN3= gc.3
.include <bsd.port.pre.mk>
-.if ${ARCH} != "i386" && ${ARCH} != "alpha"
-BROKEN= "Does not compile on !i386 and !alpha"
+.if ${ARCH} != "i386" && ${ARCH} != "alpha" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !i386 and !alpha and !amd64"
.endif
post-patch: