git: 82dff0bafefb - main - astro/opencpn: fix build on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 30 20:38:18 UTC 2021


The branch main has been updated by pkubaj:

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

commit 82dff0bafefb9ea59af7104c2dab3de237f81cc2
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-30 20:37:46 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-30 20:37:46 +0000

    astro/opencpn: fix build on powerpc
    
    Same issue as on powerpc64.
---
 astro/opencpn/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile
index 1e469e1f9e49..2d368132c147 100644
--- a/astro/opencpn/Makefile
+++ b/astro/opencpn/Makefile
@@ -45,7 +45,7 @@ DOCS_CMAKE_OFF=	-DOCPN_BUNDLE_DOCS:STRING="OFF"
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH:Mpowerpc*}
 CMAKE_ARGS+=	-DHAVE_MSSE=OFF -DHAVE_MSSE2=OFF -DHAVE_MSSE3=OFF -DHAVE_MAVX2=OFF -DHAVE_MFPU_NEON=OFF
 .endif
 


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