diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-12 13:37:08 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-12-12 13:52:39 -0800 |
commit | 866b394fc61c77414454f8e70e896b27fec08539 (patch) | |
tree | f1c51b632a0c44253fd27b761a766559a7409522 /audio/calf-lv2/files/patch-configure.ac | |
parent | math/primesieve: Update 7.6 -> 7.7 (diff) |
audio/calf-lv2: Unbreak by updating to the intermediate commit fixing clang compilation: 0.90.3 -> 0.90.3.20210427
gcc-compiled libcalf.so was crashing due to mix of gcc- and base-provided libc++.so and libstdc++.so
PR: 258051
Original patch submitted by: Florian Walpen <dev@submerge.ch>
Diffstat (limited to 'audio/calf-lv2/files/patch-configure.ac')
-rw-r--r-- | audio/calf-lv2/files/patch-configure.ac | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/audio/calf-lv2/files/patch-configure.ac b/audio/calf-lv2/files/patch-configure.ac index 675a8cf44283..6a1a1c3d86b8 100644 --- a/audio/calf-lv2/files/patch-configure.ac +++ b/audio/calf-lv2/files/patch-configure.ac @@ -1,7 +1,7 @@ ---- configure.ac.orig 2015-03-29 13:15:36 UTC +--- configure.ac.orig 2021-04-27 13:20:32 UTC +++ configure.ac @@ -5,7 +5,7 @@ AC_PREREQ(2.63) - AC_INIT([calf],[0.0.60],[wdev@foltman.com]) + AC_INIT([calf],[0.90.3],[wdev@foltman.com]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADER([config.h]) -LT_INIT([dlopen]) @@ -9,12 +9,3 @@ LT_LANG([C++]) AM_INIT_AUTOMAKE(1.8) -@@ -153,7 +153,7 @@ if test "$set_enable_debug" = "yes"; the - CXXFLAGS="$CXXFLAGS -O0 -g -Wall" - else - # TODO: remove -finline options if clang is used -- CXXFLAGS="$CXXFLAGS -O3 -finline-functions -finline-functions-called-once -Wall" -+ CXXFLAGS="$CXXFLAGS -Wall" - fi - - if test "$set_enable_sse" = "yes"; then |