summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-08-14 08:36:01 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-08-14 08:36:01 +0000
commitda5838558657727e91139089eef21865df546f1a (patch)
treeea9cca7b439c9de8988b514255bffafbe79abb1b /cad
parentMark slave port misc/py-xdelta3 as broken on sparc64: does not compile. (diff)
Mark as broken on sparc64: gcc bug.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=259201
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>