aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/renderpark
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-11 04:22:23 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-11 04:22:23 +0800
commit0baca5e3a6698d2709acd7bd6ae020934d4a07de (patch)
tree10a07c026016e07e25ab9a796a084242509ae61c /graphics/renderpark
parent9be6fc3c25de10d106d3b7c50edcedf98c8cb2e6 (diff)
downloadfreebsd-ports-gnome-0baca5e3a6698d2709acd7bd6ae020934d4a07de.tar.gz
freebsd-ports-gnome-0baca5e3a6698d2709acd7bd6ae020934d4a07de.tar.zst
freebsd-ports-gnome-0baca5e3a6698d2709acd7bd6ae020934d4a07de.zip
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/Makefile3
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)