mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
audio/x42-plugins-lv2: Switch to clang-5 to avoid regression in clang-6
Reported by: fallout
This commit is contained in:
parent
a25c86a4aa
commit
f537701b3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472826
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= x42-plugins
|
||||
DISTVERSION= 20180320 # the version is published here: http://gareus.org/misc/x42-plugins.php
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://gareus.org/misc/x42-plugins/
|
||||
PKGNAMESUFFIX= -lv2
|
||||
@ -43,6 +43,13 @@ OPTIONS_DEFAULT_i386= SSE
|
||||
|
||||
SSE_MAKE_ARGS= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse"
|
||||
|
||||
# It suffers from the regression in clang-6: https://bugs.llvm.org/show_bug.cgi?id=36915
|
||||
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} 's| -O3||' \
|
||||
${WRKSRC}/*.lv2/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user