FYI mcl
----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Sat, 22 Dec 2018 05:37:10 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] Subject: svn commit: r488067 - head/lang/ruby24 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 ----- End forwarded message ----- _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
