From 0b72c327d89912babca3cf36601c7821ba7fa8df Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 27 Sep 2020 21:15:38 +0000 Subject: Attempt to fix build on powerpc64le. Approved by: portmgr (tier-2 blanket) --- java/netty/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/netty') diff --git a/java/netty/Makefile b/java/netty/Makefile index 3ae4a4e43a83..dc74db5f00e4 100644 --- a/java/netty/Makefile +++ b/java/netty/Makefile @@ -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 -- cgit v1.3