svn commit: r549763 - head/net-p2p/mldonkey

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 18:00:42 UTC 2020


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

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

Modified:
  head/net-p2p/mldonkey/Makefile

Modified: head/net-p2p/mldonkey/Makefile
==============================================================================
--- head/net-p2p/mldonkey/Makefile	Wed Sep 23 17:56:03 2020	(r549762)
+++ head/net-p2p/mldonkey/Makefile	Wed Sep 23 18:00:41 2020	(r549763)
@@ -95,7 +95,7 @@ ALL_TARGET+=	\
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	yes
 .endif
 


More information about the svn-ports-all mailing list