Skip to content

Commit

Permalink
audio/madronalib: fix build on powerpc64
Browse files Browse the repository at this point in the history
Same issue as on powerpc64le.
  • Loading branch information
pkubaj committed Apr 20, 2021
1 parent 2f3ebf0 commit 7428b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions audio/madronalib/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 7428b76

Please sign in to comment.