Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2021 20:27:46 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3d7556badcdc - main - lang/ruby27: enable libunwind on all supported architectures
Message-ID:  <202106282027.15SKRkZe089235@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3d7556badcdcb42c0265a7b1f0551be80a13a35a

commit 3d7556badcdcb42c0265a7b1f0551be80a13a35a
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-28 20:27:25 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-28 20:27:25 +0000

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

diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile
index 75ec067993cc..958018f91f76 100644
--- a/lang/ruby27/Makefile
+++ b/lang/ruby27/Makefile
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106282027.15SKRkZe089235>