Index: wvstreams-4.6/utils/wvcrash.cc
===================================================================
--- wvstreams-4.6.orig/utils/wvcrash.cc 2009-07-29 11:41:39.000000000 -0400
+++ wvstreams-4.6/utils/wvcrash.cc 2009-07-29 11:41:59.000000000 -0400
@@ -26,7 +26,7 @@
#endif
// FIXME: this file mostly only works in Linux
-#ifdef __linux
+#if 1
# include <execinfo.h>
#include <unistd.h>
Index: wvstreams-4.6/utils/wvcrashbase.cc
===================================================================
--- wvstreams-4.6.orig/utils/wvcrashbase.cc 2009-07-29 11:42:21.000000000 -0400
+++ wvstreams-4.6/utils/wvcrashbase.cc 2009-07-29 11:42:36.000000000 -0400
@@ -66,7 +66,7 @@
// FIXME: leaving of a will and catching asserts mostly only works in Linux
-#ifdef __linux
+#if 1
#ifdef __USE_GNU
static const char *argv0 = program_invocation_short_name;