svn commit: r550345 - head/security/botan2

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 20:32:37 UTC 2020


Author: linimon
Date: Sun Sep 27 20:32:36 2020
New Revision: 550345
URL: https://svnweb.freebsd.org/changeset/ports/550345

Log:
  Attempt to fix build on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/botan2/Makefile

Modified: head/security/botan2/Makefile
==============================================================================
--- head/security/botan2/Makefile	Sun Sep 27 20:30:41 2020	(r550344)
+++ head/security/botan2/Makefile	Sun Sep 27 20:32:36 2020	(r550345)
@@ -60,7 +60,7 @@ SSL_CONFIGURE_WITH=	openssl
 
 .if ${ARCH} == aarch64
 CONFIGURE_ARGS+=	--cc-abi="-march=armv8-a+crypto"
-.elif ${ARCH} == powerpc64
+.elif ${ARCH:Mpowerpc64*}
 CONFIGURE_ARGS+=	--cpu="ppc64"
 .endif
 


More information about the svn-ports-all mailing list