diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 11:52:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 11:52:14 +0800 |
commit | d828669996a10dec99de42534259823d9567ace0 (patch) | |
tree | c58f31b9785a711459656ce3c02e27df88bd0490 /net/pvm | |
parent | 70e69f968ae7aa3bc57715ed7b9ebc3863bf74cd (diff) | |
download | freebsd-ports-gnome-d828669996a10dec99de42534259823d9567ace0.tar.gz freebsd-ports-gnome-d828669996a10dec99de42534259823d9567ace0.tar.zst freebsd-ports-gnome-d828669996a10dec99de42534259823d9567ace0.zip |
Not yet ported to powerpc.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'net/pvm')
-rw-r--r-- | net/pvm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/pvm/Makefile b/net/pvm/Makefile index 5d9ab7c19e5c..47bd92dfe9be 100644 --- a/net/pvm/Makefile +++ b/net/pvm/Makefile @@ -116,6 +116,8 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +NOT_FOR_ARCHS= powerpc + pre-patch: @${REINPLACE_CMD} -e 's|$$(ARCHCFLAGS)|$$(ARCHCFLAGS) -fPIC|g' ${WRKSRC}/src/Makefile.aimk @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ |