Date: Thu, 11 Jun 2020 16:36:21 +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: r538506 - head/math/openlibm Message-ID: <202006111636.05BGaLxv095646@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Thu Jun 11 16:36:20 2020 New Revision: 538506 URL: https://svnweb.freebsd.org/changeset/ports/538506 Log: math/openlibm: add the removed :c11 to USES=compiler Modified: head/math/openlibm/Makefile Modified: head/math/openlibm/Makefile ============================================================================== --- head/math/openlibm/Makefile Thu Jun 11 16:34:10 2020 (r538505) +++ head/math/openlibm/Makefile Thu Jun 11 16:36:20 2020 (r538506) @@ -31,7 +31,7 @@ USE_LDCONFIG= yes .if ${ARCH} == powerpc64 USES+= compiler:gcc-c++11-lib .else -USES+= compiler +USES+= compiler:c11 .endif .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006111636.05BGaLxv095646>