Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 Jun 2026 15:08:45 +0000
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: 0217ba6932a5 - main - devel/stack: fix build on powerpc64le
Message-ID:  <6a1ef1fd.3c2a6.3da22945@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

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

commit 0217ba6932a53d40fc7bfef97315f1bfb04af09e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2026-06-02 15:06:22 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2026-06-02 15:08:35 +0000

    devel/stack: fix build on powerpc64le
    
    This architecture was added in 13.0-RELEASE.
---
 devel/stack/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/stack/Makefile b/devel/stack/Makefile
index 39dc6677a983..cf5e9d1f0faf 100644
--- a/devel/stack/Makefile
+++ b/devel/stack/Makefile
@@ -227,7 +227,7 @@ CABAL_PROJECT=	remove
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != powerpc64
+.if !${ARCH:Mpowerpc64*}
 LIB_DEPENDS+=	libncursesw.so.8:misc/compat12x
 .endif
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a1ef1fd.3c2a6.3da22945>