diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-24 09:27:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-24 09:27:51 +0000 |
commit | 4e65f9557e4a6c28b4c2dcacd9b68d7a73dee9aa (patch) | |
tree | 12c8319f76256d9a73b2848c973aa6bad1b872d7 /devel/ElectricFence/Makefile | |
parent | 79788bf71ab08c3ac96d2c758aa9fc14c9f845f0 (diff) |
Notes
Diffstat (limited to 'devel/ElectricFence/Makefile')
-rw-r--r-- | devel/ElectricFence/Makefile | 4 |
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 |