aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-02-11 04:57:22 +0800
committerlinimon <linimon@FreeBSD.org>2004-02-11 04:57:22 +0800
commitdce94bf4e6e6c0aa266249ee9bb728d11144e139 (patch)
treea4f9c8c3035913cab98001074e4a5ad571ed4f09 /graphics
parent9e83dfa057361a718bbbb5806331af3064941d62 (diff)
downloadfreebsd-ports-graphics-dce94bf4e6e6c0aa266249ee9bb728d11144e139.tar.gz
freebsd-ports-graphics-dce94bf4e6e6c0aa266249ee9bb728d11144e139.tar.zst
freebsd-ports-graphics-dce94bf4e6e6c0aa266249ee9bb728d11144e139.zip
Per maintainer, needs gcc2.95 to run, which means that there is no
point building it on the 64-bit archs. Note: this does not (yet) fix the plist errors that I see.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/xrml/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xrml/Makefile b/graphics/xrml/Makefile
index 6772f554bbe..21839057d13 100644
--- a/graphics/xrml/Makefile
+++ b/graphics/xrml/Makefile
@@ -34,7 +34,8 @@ PLIST_SUB= WITH_EXAMPLES=""
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
-USE_GCC=2.95
+USE_GCC= 2.95
+NOT_FOR_ARCHS= amd64 sparc64 ia64
.endif
.ifndef (WITH_EXAMPLES)