Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 16:52:26 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559854 - head/math/openlibm
Message-ID:  <202101011652.101GqQxg052391@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan  1 16:52:26 2021
New Revision: 559854
URL: https://svnweb.freebsd.org/changeset/ports/559854

Log:
  math/openlibm: fix build on powerpc64le

Modified:
  head/math/openlibm/Makefile

Modified: head/math/openlibm/Makefile
==============================================================================
--- head/math/openlibm/Makefile	Fri Jan  1 16:48:42 2021	(r559853)
+++ head/math/openlibm/Makefile	Fri Jan  1 16:52:26 2021	(r559854)
@@ -29,7 +29,7 @@ USE_LDCONFIG=	yes
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
 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?202101011652.101GqQxg052391>