diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 21:15:38 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-27 21:15:38 +0000 |
commit | 0b72c327d89912babca3cf36601c7821ba7fa8df (patch) | |
tree | ee97dadbfa0d75576ed0e7f1774c49baa23ff925 /java | |
parent | sysutils/py-azure-cli: Add missing dependency sysutils/py-psutil (diff) |
Attempt to fix build on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=550373
Diffstat (limited to 'java')
-rw-r--r-- | java/netty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |