diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 08:35:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 08:35:45 +0000 |
commit | 7cd4733c3d212bdea8d14024598b90a6298f7a1c (patch) | |
tree | c805ab304a33840727b3b10815354bf9ba068597 /net/pvm/Makefile | |
parent | 52d8b2822c68b0893f0811d1d0a463021099f46e (diff) | |
download | ports-7cd4733c3d212bdea8d14024598b90a6298f7a1c.tar.gz ports-7cd4733c3d212bdea8d14024598b90a6298f7a1c.zip |
Notes
Diffstat (limited to 'net/pvm/Makefile')
-rw-r--r-- | net/pvm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile index f67129cf83db..c71bef91d441 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -111,10 +111,6 @@ MLINKS= pvm_intro.1 PVM.1 pvmd3.1 pvmd.1 \ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" && ${ARCH} != "alpha" -BROKEN= "Does not compile on !i386 and !alpha" -.endif - pre-patch: @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/tracer/tracer.h ${WRKSRC}/tracer/trclib.h \ |