svn commit: r549550 - head/devel/raylib

Mark Linimon linimon at FreeBSD.org
Tue Sep 22 01:13:00 UTC 2020


Author: linimon
Date: Tue Sep 22 01:12:59 2020
New Revision: 549550
URL: https://svnweb.freebsd.org/changeset/ports/549550

Log:
  Use GCC on all variants of powerpc.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/raylib/Makefile

Modified: head/devel/raylib/Makefile
==============================================================================
--- head/devel/raylib/Makefile	Tue Sep 22 01:11:45 2020	(r549549)
+++ head/devel/raylib/Makefile	Tue Sep 22 01:12:59 2020	(r549550)
@@ -33,7 +33,7 @@ PLIST_FILES=	include/raylib.h \
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	any
 .endif
 


More information about the svn-ports-all mailing list