Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2021 08:58:03 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: 0266969e1157 - main - math/openlibm: fix build on powerpc
Message-ID:  <202106100858.15A8w32K079365@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=0266969e1157cdf6d7e036d177939275e97e0832

commit 0266969e1157cdf6d7e036d177939275e97e0832
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-10 08:57:30 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-10 08:57:30 +0000

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

diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile
index 404ac0ea35ba..53424992a5bc 100644
--- a/math/openlibm/Makefile
+++ b/math/openlibm/Makefile
@@ -28,7 +28,7 @@ USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH:Mpowerpc*}
 USES+=		compiler:gcc-c++11-lib
 .else
 USES+=		compiler:c11



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