svn commit: r549761 - head/editors/emacs

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 17:44:41 UTC 2020


Author: linimon
Date: Wed Sep 23 17:44:40 2020
New Revision: 549761
URL: https://svnweb.freebsd.org/changeset/ports/549761

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

Modified:
  head/editors/emacs/Makefile

Modified: head/editors/emacs/Makefile
==============================================================================
--- head/editors/emacs/Makefile	Wed Sep 23 17:40:57 2020	(r549760)
+++ head/editors/emacs/Makefile	Wed Sep 23 17:44:40 2020	(r549761)
@@ -230,7 +230,7 @@ XWIDGETS_CONFIGURE_WITH=	xwidgets
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	any
 .endif
 


More information about the svn-ports-all mailing list