freebsd-ports/audio/calf-lv2/files/patch-configure.ac
Yuri Victorovich d885cb58c8 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>

(cherry picked from commit 866b394fc6)
2021-12-12 14:06:09 -08:00

12 lines
297 B
Plaintext

--- configure.ac.orig 2021-04-27 13:20:32 UTC
+++ configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.63)
AC_INIT([calf],[0.90.3],[wdev@foltman.com])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
-LT_INIT([dlopen])
+LT_INIT([dlopen disable-static])
LT_LANG([C++])
AM_INIT_AUTOMAKE(1.8)