git: aa04cb05a2f2 - main - sysutils/lcdproc: add powerpc64le support

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 12:25:21 UTC 2021


The branch main has been updated by pkubaj:

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

commit aa04cb05a2f25200dd354cb7ab93b5525a22378f
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 12:25:41 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 12:25:41 +0000

    sysutils/lcdproc: add powerpc64le support
---
 sysutils/lcdproc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile
index 55ae479e6c63..2cce4f2c7a0b 100644
--- a/sysutils/lcdproc/Makefile
+++ b/sysutils/lcdproc/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Client/server suite for LCD devices
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64 powerpc64le
 
 USES=		autoreconf pkgconfig
 GNU_CONFIGURE=	yes
@@ -93,7 +93,7 @@ PLIST_SUB+=	X86=""
 PLIST_SUB+=	X86="@comment "
 .endif
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 USE_GCC=	any
 .endif
 


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