diff options
author | linimon <linimon@FreeBSD.org> | 2010-08-14 16:36:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-08-14 16:36:01 +0800 |
commit | 1aa489ff126d2e7c864b62e6b69a64a0db2a08eb (patch) | |
tree | bf3bd60fcd8db28dc759cbe737f056118dfb1505 /cad | |
parent | b7aa93105b1c20ecbd78637e8e40edeba9d016ca (diff) | |
download | freebsd-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/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> |