aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-08-14 16:36:01 +0800
committerlinimon <linimon@FreeBSD.org>2010-08-14 16:36:01 +0800
commit1aa489ff126d2e7c864b62e6b69a64a0db2a08eb (patch)
treebf3bd60fcd8db28dc759cbe737f056118dfb1505 /cad
parentb7aa93105b1c20ecbd78637e8e40edeba9d016ca (diff)
downloadfreebsd-ports-gnome-1aa489ff126d2e7c864b62e6b69a64a0db2a08eb.tar.gz
freebsd-ports-gnome-1aa489ff126d2e7c864b62e6b69a64a0db2a08eb.tar.zst
freebsd-ports-gnome-1aa489ff126d2e7c864b62e6b69a64a0db2a08eb.zip
Mark as broken on sparc64: gcc bug.
Hat: portmgr
Diffstat (limited to 'cad')
-rw-r--r--cad/klayout/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index e301bfc80698..ed4a6ff753bd 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -40,4 +40,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: gcc bug
+.endif
+
+.include <bsd.port.post.mk>