aboutsummaryrefslogtreecommitdiff
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
parentae17c81842af23418e77660229eb1faf4e4e06c4 (diff)
downloadports-da5838558657727e91139089eef21865df546f1a.tar.gz
ports-da5838558657727e91139089eef21865df546f1a.zip
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>