Date: Sat, 27 Jun 2015 14:32:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390712 - head/cad/klayout Message-ID: <201506271432.t5REWCk5098147@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Jun 27 14:32:12 2015 New Revision: 390712 URL: https://svnweb.freebsd.org/changeset/ports/390712 Log: Use BROKEN helpers Modified: head/cad/klayout/Makefile Modified: head/cad/klayout/Makefile ============================================================================== --- head/cad/klayout/Makefile Sat Jun 27 14:30:19 2015 (r390711) +++ head/cad/klayout/Makefile Sat Jun 27 14:32:12 2015 (r390712) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506271432.t5REWCk5098147>