diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-28 20:27:16 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-28 20:27:16 +0000 |
commit | 5409d7b219dcdc9eefbd63c94aea573b70d00eff (patch) | |
tree | cf691be7ca86ffb9bc61c8c05e5ba26503ab572d | |
parent | 159208c9c8992952c08336b2e46ad383c22fd546 (diff) | |
download | ports-5409d7b219dcdc9eefbd63c94aea573b70d00eff.tar.gz ports-5409d7b219dcdc9eefbd63c94aea573b70d00eff.zip |
graphics/mesa-dri: enable libunwind on armv7
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 411a760b023d..7ed581dd567a 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -41,7 +41,7 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm .if ${COMPONENT} != libs LIB_DEPENDS+= libglapi.so:graphics/mesa-libs .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 .if ${OPSYS} == DragonFly |