svn commit: r488067 - head/lang/ruby24

Mark Linimon linimon at FreeBSD.org
Sat Dec 22 05:37:11 UTC 2018


Author: linimon
Date: Sat Dec 22 05:37:10 2018
New Revision: 488067
URL: https://svnweb.freebsd.org/changeset/ports/488067

Log:
  Allow building on powerpcspe.
  
  Reported by:	jhibbits
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/ruby24/Makefile

Modified: head/lang/ruby24/Makefile
==============================================================================
--- head/lang/ruby24/Makefile	Sat Dec 22 05:27:32 2018	(r488066)
+++ head/lang/ruby24/Makefile	Sat Dec 22 05:37:10 2018	(r488067)
@@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-dtrace
 LIB_DEPENDS+=	libunwind.so:devel/libunwind
 .endif
 
-.if (${ARCH} == powerpc || ${ARCH} == powerpc64)
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	yes
 .endif
 


More information about the svn-ports-all mailing list