Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 12:25:20 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa04cb05a2f2 - main - sysutils/lcdproc: add powerpc64le support
Message-ID:  <202104061225.136CPK2S034957@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit aa04cb05a2f25200dd354cb7ab93b5525a22378f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 12:25:41 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061225.136CPK2S034957>