svn commit: r550373 - head/java/netty

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:15:39 UTC 2020


Author: linimon
Date: Sun Sep 27 21:15:38 2020
New Revision: 550373
URL: https://svnweb.freebsd.org/changeset/ports/550373

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

Modified:
  head/java/netty/Makefile

Modified: head/java/netty/Makefile
==============================================================================
--- head/java/netty/Makefile	Sun Sep 27 21:07:14 2020	(r550372)
+++ head/java/netty/Makefile	Sun Sep 27 21:15:38 2020	(r550373)
@@ -50,7 +50,7 @@ NETTY_ARCH=	arm_32
 NETTY_ARCH=	x86_32
 .elif ${ARCH} == "powerpc"
 NETTY_ARCH=	ppc_32
-.elif ${ARCH} == "powerpc64"
+.elif ${ARCH:Mpowerpc64*}
 NETTY_ARCH=	ppc_64
 .elif ${ARCH} == "sparc64"
 NETTY_ARCH=	sparc_64


More information about the svn-ports-all mailing list