Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 12:53:43 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: 96a4d99712bd - main - devel/efl: enable libunwind on powerpc
Message-ID:  <202304261253.33QCrhws053437@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=96a4d99712bd9ef6788f23a738854d8fb98bbc8f

commit 96a4d99712bd9ef6788f23a738854d8fb98bbc8f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-04-25 09:35:37 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-04-26 12:53:33 +0000

    devel/efl: enable libunwind on powerpc
---
 devel/efl/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index bdc72c275ad6..eb6847ce49c6 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -213,7 +213,7 @@ MESON_ARGS+=		-Dbindings="${EFL_BINDINGS:ts,}"
 MESON_ARGS+=	-Db_asneeded=false
 .endif
 
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 LIB_DEPENDS+=  libunwind.so:devel/libunwind
 .endif
 



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