From 09765c4b9d933d33ab76d5c2a36e8882c9b5cefe Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Dec 2018 05:37:10 +0000 Subject: [PATCH] Allow building on powerpcspe. Reported by: jhibbits Approved by: portmgr (tier-2 blanket) --- lang/ruby24/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ruby24/Makefile b/lang/ruby24/Makefile index 2fcbd561b838..79aa4f984d7e 100644 --- a/lang/ruby24/Makefile +++ b/lang/ruby24/Makefile @@ -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