Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2022 20:07:59 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: b41d2a1991ab - main - lang/ficl: enable on powerpc64le
Message-ID:  <202209222007.28MK7xm6037104@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=b41d2a1991ab3bbeac6bbfc122c5858def11b03d

commit b41d2a1991ab3bbeac6bbfc122c5858def11b03d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-22 16:10:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-22 20:07:47 +0000

    lang/ficl: enable on powerpc64le
---
 lang/ficl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/ficl/Makefile b/lang/ficl/Makefile
index d567567b808f..a8205caf5967 100644
--- a/lang/ficl/Makefile
+++ b/lang/ficl/Makefile
@@ -11,8 +11,8 @@ WWW=		http://ficl.sourceforge.net/
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${PATCHDIR}/LICENSE.txt
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc64 powerpc
-ONLY_FOR_ARCHS_REASON=	this port is not tested on anything other than i386, amd64, powerpc and powerpc64
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64le powerpc64 powerpc
+ONLY_FOR_ARCHS_REASON=	this port is not tested on anything other than i386, amd64, powerpc, powerpc64 and powerpc64le
 
 USE_LDCONFIG=	YES
 



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