From 1bf860d0af2cad4a743312e4a7f82690cce8f73d Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 11 Jun 2020 16:36:20 +0000 Subject: [PATCH] math/openlibm: add the removed :c11 to USES=compiler --- math/openlibm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/openlibm/Makefile b/math/openlibm/Makefile index 25aa528ab1e9..e082f8503a23 100644 --- a/math/openlibm/Makefile +++ b/math/openlibm/Makefile @@ -31,7 +31,7 @@ USE_LDCONFIG= yes .if ${ARCH} == powerpc64 USES+= compiler:gcc-c++11-lib .else -USES+= compiler +USES+= compiler:c11 .endif .include