Skip to content

Commit

Permalink
lang/ruby32: 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 7504cd1 commit b2fbf8e
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 @@ -162,7 +162,7 @@ RUBY_PORTREVISION= 1
# Ruby 3.2
#
RUBY_DISTVERSION= 3.2.2
RUBY_PORTREVISION= 0
RUBY_PORTREVISION= 1

# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
Expand Down
2 changes: 1 addition & 1 deletion lang/ruby32/Makefile
Expand Up @@ -95,7 +95,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 b2fbf8e

Please sign in to comment.