summaryrefslogtreecommitdiffstats
path: root/libraries/wvstreams/patches/01_kfreebsd_ftbfs.diff
blob: 5b98ae2919cb3be3191e21b481a98e90120ea343 (plain)
Description: fix FTBFS on kFreeBSD
Author: Petr Salinger <Petr.Salinger@seznam.cz>
Bug-Debian: http://bugs.debian.org/537883
Forwarded: no
Last-Update: 2013-10-30

--- a/utils/wvcrash.cc
+++ b/utils/wvcrash.cc
@@ -26,7 +26,7 @@
 #endif
 
 // FIXME: this file mostly only works in Linux
-#ifdef __linux
+#if 1
 
 # include <execinfo.h>
 #include <unistd.h>
--- a/utils/wvcrashbase.cc
+++ b/utils/wvcrashbase.cc
@@ -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;