svn commit: r438050 - head/textproc/chpp

Mark Linimon linimon at FreeBSD.org
Sat Apr 8 15:47:04 UTC 2017


Author: linimon
Date: Sat Apr  8 15:47:03 2017
New Revision: 438050
URL: https://svnweb.freebsd.org/changeset/ports/438050

Log:
  Now builds on powerpc64.

Modified:
  head/textproc/chpp/Makefile

Modified: head/textproc/chpp/Makefile
==============================================================================
--- head/textproc/chpp/Makefile	Sat Apr  8 15:37:52 2017	(r438049)
+++ head/textproc/chpp/Makefile	Sat Apr  8 15:47:03 2017	(r438050)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "powerpc64"
 BROKEN=		Does not compile
 .endif
 


More information about the svn-ports-head mailing list