diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-04-26 11:47:19 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-04-26 12:53:35 +0000 |
commit | 7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe (patch) | |
tree | 5e300130b0f4cd4a6080c14062753c25648991eb /lang | |
parent | a4781a12220e51f01fea3fe97be8e4913ca74e18 (diff) | |
download | ports-7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe.tar.gz ports-7504cd137ce8aad85cfd7a17aa5492b4aca9dfbe.zip |
lang/ruby31: enable libunwind on powerpc
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby31/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile index bc417479ab8c..c5e25adab9cb 100644 --- a/lang/ruby31/Makefile +++ b/lang/ruby31/Makefile @@ -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 |