git: d038734eb8d7 - main - comms/snap7: fix build on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Thu Apr 15 13:46:57 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d038734eb8d797a3289459b1158b6f3482f6f309

commit d038734eb8d797a3289459b1158b6f3482f6f309
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-15 13:45:51 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-15 13:45:51 +0000

    comms/snap7: fix build on powerpc64le
---
 comms/snap7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/comms/snap7/Makefile b/comms/snap7/Makefile
index f3f41acbeb59..b5db15f5d61c 100644
--- a/comms/snap7/Makefile
+++ b/comms/snap7/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Multi-platform Ethernet S7 PLC communication suite
 
 LICENSE=	GPLv3
 
-ONLY_FOR_ARCHS=	amd64 armv6 i386 mips powerpc64 powerpc
+ONLY_FOR_ARCHS=	amd64 armv6 i386 mips powerpc64 powerpc64le powerpc
 
 USES=		gmake
 USE_LDCONFIG=	yes


More information about the dev-commits-ports-all mailing list