opnsense-ports/audio/ardour/files/patch-libs-pbd-stacktrace.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
417 B
C++

--- libs/pbd/stacktrace.cc.orig Thu Mar 29 18:26:37 2007
+++ libs/pbd/stacktrace.cc Thu Mar 29 18:27:27 2007
@@ -3,7 +3,9 @@
/* Obtain a backtrace and print it to stdout. */
-#ifdef HAVE_EXECINFO
+/* Without this change, ardourvst dies during startup with
+ 'wine: could not load L"Z:\\usr\\local\\lib\\ardour2\\ardour_vst.exe.so": Bad EXE format for''. */
+#if 0
#include <execinfo.h>
#include <stdlib.h>