svn commit: r559854 - head/math/openlibm

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 1 16:52:26 UTC 2021


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


More information about the svn-ports-all mailing list