svn commit: r549779 - head/devel/critcl

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:37:49 UTC 2020


Author: linimon
Date: Wed Sep 23 18:37:48 2020
New Revision: 549779
URL: https://svnweb.freebsd.org/changeset/ports/549779

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/critcl/Makefile

Modified: head/devel/critcl/Makefile
==============================================================================
--- head/devel/critcl/Makefile	Wed Sep 23 18:31:45 2020	(r549778)
+++ head/devel/critcl/Makefile	Wed Sep 23 18:37:48 2020	(r549779)
@@ -24,7 +24,7 @@ GH_ACCOUNT=	andreas-kupries
 TEST_TARGET=	test
 
 PLIST_SUB+=	VER=${PORTVERSION:R} \
-		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:S/powerpc64/powerpc/}
+		ARCH=${ARCH:C/arm.*/arm/:S/i386/ix86/:S/aarch64/arm/:S/mips64/mips/:C/powerpc64.*/powerpc/}
 PORTDOCS=	*
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list