svn commit: r368057 - head/japanese/jmode

Adam Weinberger adamw at FreeBSD.org
Fri Sep 12 18:21:14 UTC 2014


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>


More information about the svn-ports-head mailing list