Date: Sat, 19 Dec 2020 20:25:45 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558676 - head/lang/ruby30 Message-ID: <202012192025.0BJKPjCr029712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Dec 19 20:25:45 2020 New Revision: 558676 URL: https://svnweb.freebsd.org/changeset/ports/558676 Log: Fix typo Modified: head/lang/ruby30/Makefile Modified: head/lang/ruby30/Makefile ============================================================================== --- head/lang/ruby30/Makefile Sat Dec 19 20:25:41 2020 (r558675) +++ head/lang/ruby30/Makefile Sat Dec 19 20:25:45 2020 (r558676) @@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == arch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*}) +.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*}) LIB_DEPENDS+= libunwind.so:devel/libunwind .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192025.0BJKPjCr029712>