1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

lang/ruby31: enable libunwind on powerpc

This commit is contained in:
Piotr Kubaj 2023-04-26 13:47:19 +02:00
parent a4781a1222
commit 7504cd137c
2 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ RUBY_PORTREVISION= 1
# Ruby 3.1
#
RUBY_DISTVERSION= 3.1.4
RUBY_PORTREVISION= 0
RUBY_PORTREVISION= 1
. elif ${RUBY_VER} == 3.2
#

View File

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