summaryrefslogtreecommitdiff
path: root/devel/ElectricFence
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-24 09:27:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-24 09:27:51 +0000
commit4e65f9557e4a6c28b4c2dcacd9b68d7a73dee9aa (patch)
tree12c8319f76256d9a73b2848c973aa6bad1b872d7 /devel/ElectricFence
parentUpdate mastersite. (diff)
Per bento logs, mark as broken on the 64-bit architectures.
Diffstat (limited to 'devel/ElectricFence')
-rw-r--r--devel/ElectricFence/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ElectricFence/Makefile b/devel/ElectricFence/Makefile
index c76ec6e29025..4bf554d58725 100644
--- a/devel/ElectricFence/Makefile
+++ b/devel/ElectricFence/Makefile
@@ -17,6 +17,10 @@ DISTNAME= ElectricFence-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Debugging malloc() that uses the VM hardware to detect buffer overruns
+.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
+BROKEN= "Does not compile on ${MACHINE_ARCH}"
+.endif
+
INSTALLS_SHLIB= yes
CFLAGS+= -D__USE_BSD
MAN3= efence.3