Date: Tue, 13 Jul 2021 09:28:09 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: 27120cfd1559 - main - sysutils/lcdproc: enable on powerpc Message-ID: <202107130928.16D9S9eV030344@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=27120cfd155965bf95828760fa255fc46831b808 commit 27120cfd155965bf95828760fa255fc46831b808 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-07-13 09:26:26 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-07-13 09:26:26 +0000 sysutils/lcdproc: enable on powerpc --- sysutils/lcdproc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/lcdproc/Makefile b/sysutils/lcdproc/Makefile index 57deb81b9d3d..2844e17acf75 100644 --- a/sysutils/lcdproc/Makefile +++ b/sysutils/lcdproc/Makefile @@ -11,7 +11,7 @@ COMMENT= Client/server suite for LCD devices LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= i386 amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 powerpc64le USES= autoreconf pkgconfig GNU_CONFIGURE= yes @@ -92,7 +92,7 @@ PLIST_SUB+= X86="" PLIST_SUB+= X86="@comment " .endif -.if ${ARCH:Mpowerpc64*} +.if ${ARCH:Mpowerpc*} USE_GCC= yes .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107130928.16D9S9eV030344>