diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-08-14 08:36:01 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-08-14 08:36:01 +0000 |
commit | da5838558657727e91139089eef21865df546f1a (patch) | |
tree | ea9cca7b439c9de8988b514255bffafbe79abb1b /cad | |
parent | ae17c81842af23418e77660229eb1faf4e4e06c4 (diff) | |
download | ports-da5838558657727e91139089eef21865df546f1a.tar.gz ports-da5838558657727e91139089eef21865df546f1a.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 8 |
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> |