mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
devel/efl: enable libunwind on all supported architectures
This commit is contained in:
parent
c42d389423
commit
111659015b
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= efl
|
PORTNAME= efl
|
||||||
DISTVERSION= 1.25.1
|
DISTVERSION= 1.25.1
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= devel enlightenment
|
CATEGORIES= devel enlightenment
|
||||||
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
|
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
|
||||||
DIST_SUBDIR= enlightenment
|
DIST_SUBDIR= enlightenment
|
||||||
@ -326,7 +326,7 @@ MESON_ARGS+= -Degl=true
|
|||||||
USE_GL= egl
|
USE_GL= egl
|
||||||
.endif
|
.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
|
LIB_DEPENDS+= libunwind.so:devel/libunwind
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user