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:
parent
79788bf71a
commit
4e65f9557e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96520
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user