git: aa073ed1671a - main - math/py-ducc0: fix build on powerpc64

Piotr Kubaj pkubaj at FreeBSD.org
Sun May 2 20:18:29 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa073ed1671a76f6f8611b58f7b01a4986a7dcc4

commit aa073ed1671a76f6f8611b58f7b01a4986a7dcc4
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-05-02 20:18:24 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-05-02 20:18:24 +0000

    math/py-ducc0: fix build on powerpc64
    
    Same issue as on powerpc64le.
---
 math/py-ducc0/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/py-ducc0/Makefile b/math/py-ducc0/Makefile
index e56412e97a28..9f229e535e1b 100644
--- a/math/py-ducc0/Makefile
+++ b/math/py-ducc0/Makefile
@@ -23,7 +23,7 @@ MAKE_ENV=	DUCC0_OPTIMIZATION=none
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64le
+.if ${ARCH:Mpowerpc64*}
 CFLAGS+=	-DNO_WARN_X86_INTRINSICS
 USES+=		compiler:gcc-c++11-lib
 .else


More information about the dev-commits-ports-all mailing list