Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:38:17 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82dff0bafefb - main - astro/opencpn: fix build on powerpc
Message-ID:  <202106302038.15UKcHCq038683@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

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

commit 82dff0bafefb9ea59af7104c2dab3de237f81cc2
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-30 20:37:46 +0000
Commit:     Piotr Kubaj <pkubaj@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
 



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