lang/ruby30: enable libunwind on all supported architectures
This commit is contained in:
parent
d4f4dda64a
commit
5b24cc078b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue