diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-27 22:32:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-27 22:32:12 +0800 |
commit | 74b91f34ed90723f5a6b90a9761213db50784f41 (patch) | |
tree | 25fc99e5e347b7728f8f59f26e8cc09f3131baf3 /cad | |
parent | f27750d58a0a27da0a8ef011fd50830a30bba7b9 (diff) | |
download | freebsd-ports-gnome-74b91f34ed90723f5a6b90a9761213db50784f41.tar.gz freebsd-ports-gnome-74b91f34ed90723f5a6b90a9761213db50784f41.tar.zst freebsd-ports-gnome-74b91f34ed90723f5a6b90a9761213db50784f41.zip |
Use BROKEN helpers
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> |