svn commit: r549768 - head/sysutils/lttng-tools

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:12:01 UTC 2020


Author: linimon
Date: Wed Sep 23 18:12:00 2020
New Revision: 549768
URL: https://svnweb.freebsd.org/changeset/ports/549768

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

Modified:
  head/sysutils/lttng-tools/Makefile

Modified: head/sysutils/lttng-tools/Makefile
==============================================================================
--- head/sysutils/lttng-tools/Makefile	Wed Sep 23 18:09:01 2020	(r549767)
+++ head/sysutils/lttng-tools/Makefile	Wed Sep 23 18:12:00 2020	(r549768)
@@ -33,7 +33,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	yes
 .endif
 


More information about the svn-ports-head mailing list