git: 5b24cc078bb1 - main - lang/ruby30: enable libunwind on all supported architectures

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jun 28 20:27:45 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b24cc078bb1054edf160a203e52071d2a7d5a96

commit 5b24cc078bb1054edf160a203e52071d2a7d5a96
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-28 20:27:23 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-28 20:27:23 +0000

    lang/ruby30: enable libunwind on all supported architectures
---
 lang/ruby30/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile
index 7c2fbf477d34..ced14b11cad7 100644
--- a/lang/ruby30/Makefile
+++ b/lang/ruby30/Makefile
@@ -92,7 +92,7 @@ _SUF2=	,${PORTEPOCH}
 #.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
 


More information about the dev-commits-ports-main mailing list