svn commit: r558676 - head/lang/ruby30

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:25:51 UTC 2020


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
 


More information about the svn-ports-head mailing list