1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Per bento logs, mark as broken on the 64-bit architectures.

This commit is contained in:
Mark Linimon 2003-12-24 09:27:51 +00:00
parent 79788bf71a
commit 4e65f9557e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96520

View File

@ -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