aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby27
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-12 18:25:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-10-12 18:25:13 +0000
commit481e1243e4d9e03d958bf6371468160c90dfac01 (patch)
tree6355d91e814eb11378d0b65cd7225f03e458a1fd /lang/ruby27
parent67a9305570515d1d68e0dd75d192c0830f721566 (diff)
downloadports-481e1243e4d9e03d958bf6371468160c90dfac01.tar.gz
ports-481e1243e4d9e03d958bf6371468160c90dfac01.zip
Add libunwind for aarch64, powerpc64 and powerpc64le.
Notes
Notes: svn path=/head/; revision=552141
Diffstat (limited to 'lang/ruby27')
-rw-r--r--lang/ruby27/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby27/Makefile b/lang/ruby27/Makefile
index fed65a02db40..d351ff700278 100644
--- a/lang/ruby27/Makefile
+++ b/lang/ruby27/Makefile
@@ -94,7 +94,7 @@ CONFIGURE_ARGS+=--disable-dtrace
.endif
# keep in sync with all platforms where libunwind is available
-.if (${ARCH} == amd64 || ${ARCH} == i386)
+.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*})
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif