1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

lang/ruby30: enable libunwind on all supported architectures

This commit is contained in:
Piotr Kubaj 2021-06-28 20:27:23 +00:00
parent d4f4dda64a
commit 5b24cc078b

View File

@ -92,7 +92,7 @@ _SUF2= ,${PORTEPOCH}
#.endif
# keep in sync with all platforms where libunwind is available
.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif