Skip to content

Commit

Permalink
lang/ruby27: enable libunwind on all supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 28, 2021
1 parent 5b24cc0 commit 3d7556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/ruby27/Makefile
Expand Up @@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace
.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

Expand Down

0 comments on commit 3d7556b

Please sign in to comment.