From c1f328ca8256d2da2a7bf8533afb5366a582f137 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sun, 18 Oct 2020 01:07:32 +0000 Subject: [PATCH] security/pgpin: fix build on powerpc64le All FreeBSD architectures use the same command, just use the one for powerpc64 on powerpc64le (it could be even the one for amd64). --- security/pgpin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/pgpin/Makefile b/security/pgpin/Makefile index cb68560112f2..57313782e25f 100644 --- a/security/pgpin/Makefile +++ b/security/pgpin/Makefile @@ -20,7 +20,7 @@ BROKEN_mips64= Does not build USES= tar:tgz WRKSRC= ${WRKDIR}/pgp263in/src MAKEFILE= makefile -ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}" +ALL_TARGET= freebsd-${ARCH:S/powerpc64le/powerpc64/} OS_CFLAGS="${CFLAGS}" PGPLIB= ${STAGEDIR}${PREFIX}/lib/pgpin OPTIONS_DEFINE= DOCS