Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2021 20:27:38 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: 111659015b91 - main - devel/efl: enable libunwind on all supported architectures
Message-ID:  <202106282027.15SKRcWV089058@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=111659015b912a7e7e04bf75b1edab444a826e44

commit 111659015b912a7e7e04bf75b1edab444a826e44
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-28 20:27:11 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



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