aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:11 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-28 20:27:11 +0000
commit111659015b912a7e7e04bf75b1edab444a826e44 (patch)
tree1d32aa2daed01d3288b754237623ac3041292f54
parentc42d389423fd7fe4c3f62a6152817437b5ed1aa3 (diff)
downloadports-111659015b912a7e7e04bf75b1edab444a826e44.tar.gz
ports-111659015b912a7e7e04bf75b1edab444a826e44.zip
devel/efl: enable libunwind on all supported architectures
-rw-r--r--devel/efl/Makefile4
1 files 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