Date: Fri, 12 Sep 2014 18:21:14 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368057 - head/japanese/jmode Message-ID: <201409121821.s8CILEwW082432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Sep 12 18:21:13 2014 New Revision: 368057 URL: http://svnweb.freebsd.org/changeset/ports/368057 QAT: https://qat.redports.org/buildarchive/r368057/ Log: The BROKEN message (Does not compile with GCC 4.2) isn't accurate. It simply doesn't compile on amd64 (and probably sparc64). Simplify by using NOT_FOR_ARCHS. Modified: head/japanese/jmode/Makefile Modified: head/japanese/jmode/Makefile ============================================================================== --- head/japanese/jmode/Makefile Fri Sep 12 18:15:52 2014 (r368056) +++ head/japanese/jmode/Makefile Fri Sep 12 18:21:13 2014 (r368057) @@ -21,12 +21,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> +NOT_FOR_ARCHS= amd64 sparc64 -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.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?201409121821.s8CILEwW082432>