diff --git a/audio/madronalib/Makefile b/audio/madronalib/Makefile index 40642b803f26..f23924630b7f 100644 --- a/audio/madronalib/Makefile +++ b/audio/madronalib/Makefile @@ -1,32 +1,32 @@ PORTNAME= madronalib DISTVERSIONPREFIX= v DISTVERSION= 1.6-1016 DISTVERSIONSUFFIX= -g103895f CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= C++ framework for DSP applications LICENSE= MIT BROKEN_i386= error: always_inline function '_mm_load_ps' requires target feature 'sse', but would be inlined into function 'add' that is compiled without support for 'sse' LIB_DEPENDS= libjack.so:audio/jack USES= cmake localbase:ldflags perl5 USE_GITHUB= yes GH_ACCOUNT= madronalabs CMAKE_ON= LINUX_JACK .include -.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 .endif .include