svn commit: r538506 - head/math/openlibm

Piotr Kubaj pkubaj at FreeBSD.org
Thu Jun 11 16:36:21 UTC 2020


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>


More information about the svn-ports-head mailing list