1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

math/openlibm: add the removed :c11 to USES=compiler

This commit is contained in:
Piotr Kubaj 2020-06-11 16:36:20 +00:00
parent 7f5b042c1e
commit 1bf860d0af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538506

View File

@ -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>