Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 04:44:33 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548697 - head/mail/hashcash
Message-ID:  <202009150444.08F4iXJm017908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Sep 15 04:44:33 2020
New Revision: 548697
URL: https://svnweb.freebsd.org/changeset/ports/548697

Log:
  Generalize ARCH expression.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/mail/hashcash/Makefile

Modified: head/mail/hashcash/Makefile
==============================================================================
--- head/mail/hashcash/Makefile	Tue Sep 15 04:31:20 2020	(r548696)
+++ head/mail/hashcash/Makefile	Tue Sep 15 04:44:33 2020	(r548697)
@@ -29,7 +29,7 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc || ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc*}
 USE_GCC=	any
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009150444.08F4iXJm017908>