aboutsummaryrefslogtreecommitdiffstats
path: root/cad/klayout
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-08-15 16:49:12 +0800
committerlinimon <linimon@FreeBSD.org>2009-08-15 16:49:12 +0800
commit703d7c6dfac05654c4f06c2d5436d1442c9959df (patch)
tree5de2ee1f265d148720fe59c78f135e316cda188c /cad/klayout
parent3fc635c8cc081b5d309025f6a97ba7d0a3c7f7ee (diff)
downloadfreebsd-ports-gnome-703d7c6dfac05654c4f06c2d5436d1442c9959df.tar.gz
freebsd-ports-gnome-703d7c6dfac05654c4f06c2d5436d1442c9959df.tar.zst
freebsd-ports-gnome-703d7c6dfac05654c4f06c2d5436d1442c9959df.zip
Mark as broken on sparc64: fails to compile.
Diffstat (limited to 'cad/klayout')
-rw-r--r--cad/klayout/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index fcd597781bc9..2f94f5c3802b 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -37,4 +37,10 @@ do-install:
${INSTALL_PROGRAM} ${PLIST_FILES:S,^bin/,,} \
${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= Does not compile on sparc64: exhausts virtual memory
+.endif
+
+.include <bsd.port.post.mk>