audio/madronalib: fix build on powerpc64

Same issue as on powerpc64le.
This commit is contained in:
Piotr Kubaj
2021-04-20 20:26:48 +00:00
parent 2f3ebf0769
commit 7428b7670d

View File

@@ -22,8 +22,8 @@ CMAKE_ON= LINUX_JACK
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64le
CXXFLAGS+= -DNO_WARN_X86_INTRINSICS
.if ${ARCH:Mpowerpc64*}
CXXFLAGS+= -DNO_WARN_X86_INTRINSICS -maltivec -mvsx
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lib