math/openlibm: fix build on powerpc

Same issue as on powerpc64.
This commit is contained in:
Piotr Kubaj 2021-06-10 08:57:30 +00:00
parent e62f347f9c
commit 0266969e11

View file

@ -28,7 +28,7 @@ USE_LDCONFIG= yes
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
.if ${ARCH:Mpowerpc*}
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c11