aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-10-21 21:20:56 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-10-21 21:20:56 +0000
commitfb01b9bc5e6e4b646edefc1ff0f888754a7da3c3 (patch)
treef5b335d4e502f9ffcd14e6d5995ec088b9f0833d /benchmarks/dbench/Makefile
parent5780b1aeebf4519eeb03cdba7fcd574be4101b32 (diff)
Notes
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index a08113a75c5d..66d3837b4bae 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -21,4 +21,8 @@ GNU_CONFIGURE= yes
BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
+.if ${ARCH} == amd64
+BROKEN= "Doesn't build on arch amd64"
+.endif
+
.include <bsd.port.post.mk>