diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:32:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-27 14:32:12 +0000 |
commit | ba40614e8017ba29243978d22277004d372ce5e5 (patch) | |
tree | 25fc99e5e347b7728f8f59f26e8cc09f3131baf3 /cad | |
parent | 16cbf75f614746df01866a0a8f2d225457bf0e10 (diff) |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/klayout/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile index d36fb7129397..4760142432c9 100644 --- a/cad/klayout/Makefile +++ b/cad/klayout/Makefile @@ -26,6 +26,8 @@ PLIST_FILES= bin/klayout \ lib/libklayout.so PLATFORMKEYWORD=freebsd-32-gcc-release +BROKEN_sparc64= Does not compile on sparc64: gcc bug + do-build: cd ${WRKSRC} && \ ${SETENV} CC=${CC} CXX=${CXX} \ @@ -42,10 +44,4 @@ do-install: ${INSTALL_LIB} ${PLIST_FILES:Mlib/*:S,^lib/,,} \ ${STAGEDIR}${PREFIX}/lib -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: gcc bug -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |