math/openlibm: fix build on powerpc
Same issue as on powerpc64.
This commit is contained in:
parent
e62f347f9c
commit
0266969e11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue