git: 111659015b91 - main - devel/efl: enable libunwind on all supported architectures

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 20:27:38 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=111659015b912a7e7e04bf75b1edab444a826e44

commit 111659015b912a7e7e04bf75b1edab444a826e44
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:11 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:11 +0000

    devel/efl: enable libunwind on all supported architectures
---
 devel/efl/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/efl/Makefile b/devel/efl/Makefile
index 72e206671b8a..06057e4053aa 100644
--- a/devel/efl/Makefile
+++ b/devel/efl/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	efl
 DISTVERSION=	1.25.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	devel enlightenment
 MASTER_SITES=	http://download.enlightenment.org/rel/libs/${PORTNAME}/
 DIST_SUBDIR=	enlightenment
@@ -326,7 +326,7 @@ MESON_ARGS+=		-Degl=true
 USE_GL=			egl
 .endif
 
-.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
+.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 


More information about the dev-commits-ports-all mailing list