svn commit: r549862 - head/comms/rxtx

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 23:25:07 UTC 2020


Author: linimon
Date: Wed Sep 23 23:25:06 2020
New Revision: 549862
URL: https://svnweb.freebsd.org/changeset/ports/549862

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

Modified:
  head/comms/rxtx/Makefile

Modified: head/comms/rxtx/Makefile
==============================================================================
--- head/comms/rxtx/Makefile	Wed Sep 23 23:07:54 2020	(r549861)
+++ head/comms/rxtx/Makefile	Wed Sep 23 23:25:06 2020	(r549862)
@@ -30,6 +30,6 @@ USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_SUB=	JAVA_HOME=${JAVA_HOME:S,^${PREFIX}/,,}
-PLIST_SUB+=	ARCH=${ARCH:C/armv.*/arm/:S/powerpc64/ppc64/}
+PLIST_SUB+=	ARCH=${ARCH:C/armv.*/arm/:C/powerpc64.*/ppc64/}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list