diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:22:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-10 20:22:23 +0000 |
commit | ed7d0a2b3c8f2fedbb13c1326d1ec41674e5eeb9 (patch) | |
tree | 7a56dd1f60e4183cb89c8f953c9bd5d1bd7b0fa9 /graphics/renderpark | |
parent | Update to 0.81 (diff) |
Per maintainer, needs gcc2.95 to run, which means that there is no
point building it on the 64-bit archs.
Diffstat (limited to 'graphics/renderpark')
-rw-r--r-- | graphics/renderpark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/renderpark/Makefile b/graphics/renderpark/Makefile index 6d2473699835..b330647d55b8 100644 --- a/graphics/renderpark/Makefile +++ b/graphics/renderpark/Makefile @@ -35,7 +35,8 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -USE_GCC=2.95 +USE_GCC= 2.95 +NOT_FOR_ARCHS= amd64 sparc64 ia64 .endif .if !defined(WITH_SCENES) |