mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
audio/caps-lv2: Switch to clang-5 to avoid the regression in clang-6.
Remove BROKEN statements which have this regression as a reason. Reported by: fallout
This commit is contained in:
parent
f537701b3f
commit
ef9cb898f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472827
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= caps-lv2
|
||||
PORTVERSION= g20170626
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,8 +12,6 @@ COMMENT= LV2 version of the C* Audio Plugin Suite
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_armv6= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map
|
||||
BROKEN_armv7= fails to build: dsp/v4f.h:153:12: no matching function for call to v4f_map
|
||||
BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option -std=c++11
|
||||
|
||||
BUILD_DEPENDS= lv2>0:audio/lv2
|
||||
@ -22,6 +21,13 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= moddevices
|
||||
GH_TAGNAME= 072e2fe
|
||||
|
||||
# It suffers from the regression in clang-6: https://bugs.llvm.org/show_bug.cgi?id=36916
|
||||
LLVM_VER= 50
|
||||
BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER}
|
||||
CPP= clang-cpp${LLVM_VER}
|
||||
CC= clang${LLVM_VER}
|
||||
CXX= clang++${LLVM_VER}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|__APPLE__|__FreeBSD__|" \
|
||||
${WRKSRC}/dsp/v4f_IIR2.h
|
||||
|
Loading…
Reference in New Issue
Block a user