diff --git a/audio/madronalib/Makefile b/audio/madronalib/Makefile index 693348251596..ee62ba746d09 100644 --- a/audio/madronalib/Makefile +++ b/audio/madronalib/Makefile @@ -1,37 +1,31 @@ PORTNAME= madronalib DISTVERSIONPREFIX= v DISTVERSION= 1.6-1016 DISTVERSIONSUFFIX= -g103895f PORTREVISION= 4 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org COMMENT= C++ framework for DSP applications WWW= https://www.madronalabs.com/ LICENSE= MIT BROKEN_aarch64= fails to build: error: unknown type name '__m128' BROKEN_armv6= fails to build: error: unknown type name '__m128' BROKEN_armv7= fails to build: error: unknown type name '__m128' 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' BROKEN_riscv64= error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? LIB_DEPENDS= libjack.so:audio/jack USES= cmake compiler:c++11-lib localbase:ldflags perl5 USE_GITHUB= yes GH_ACCOUNT= madronalabs CMAKE_ON= LINUX_JACK CXXFLAGS_powerpc64le= -DNO_WARN_X86_INTRINSICS -CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS - -.include - -.if ${ARCH} == powerpc64 && !defined(CPUTYPE) -CXXFLAGS+= -mcpu=power7 -.endif +CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx .include