From 9b0b85eade3a387d72d799eea2bf2f8f90bcff87 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 17 Jan 2025 13:30:37 +0100 Subject: [PATCH] comms/rxtx: fix build on powerpc by using correct jdk directory Also remove not necessary NOT_FOR_ARCHS. --- comms/rxtx/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 471e19008850..67854ea50e40 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -13,9 +13,6 @@ WWW= http://rxtx.qbang.org LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= mips mips64 -NOT_FOR_ARCHS_REASON= Java not available for this architecture - USES= gmake java libtool zip JAVA_OS= native @@ -27,6 +24,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/:S/powerpc/ppc/} .include