svn commit: r473691 - head/devel/critcl

Mark Linimon linimon at FreeBSD.org
Mon Jul 2 00:05:14 UTC 2018


Author: linimon
Date: Mon Jul  2 00:05:13 2018
New Revision: 473691
URL: https://svnweb.freebsd.org/changeset/ports/473691

Log:
  Attempt to fix build on mips64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Sun Jul  1 23:30:50 2018	(r473690)
+++ head/devel/critcl/Makefile	Mon Jul  2 00:05:13 2018	(r473691)
@@ -24,7 +24,7 @@ GH_ACCOUNT=	andreas-kupries
 TEST_TARGET=	test
 
 PLIST_SUB+=	VER=${PORTVERSION} \
-		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/powerpc64/powerpc/}
+		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:S/powerpc64/powerpc/}
 PORTDOCS=	*
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list