git: 96a4d99712bd - main - devel/efl: enable libunwind on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 12:53:43 UTC
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