Skip to content

Commit

Permalink
lang/ruby31: enable libunwind on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 26, 2023
1 parent a4781a1 commit 7504cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Mk/Uses/ruby.mk
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion lang/ruby31/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 7504cd1

Please sign in to comment.