ports/net/xmule/files/patch-src::xmule.cpp
Mario Sergio Fujikawa Ferreira 9e444fc268 o Update to 1.4.3
o Unmark FORBIDDEN

PR:		55471
Submitted by:	Morten Rodal <morten@rodal.no>
2003-08-21 11:19:17 +00:00

20 lines
428 B
C++

--- src/xmule.cpp.orig Mon Aug 11 14:38:14 2003
+++ src/xmule.cpp Mon Aug 11 14:38:27 2003
@@ -763,7 +763,7 @@
delete[] xmulesig_path;
}
-#if defined(__Linux__)
+#if 0
#include <execinfo.h>
#endif
@@ -776,7 +776,7 @@
theApp.clientudp->Destroy();
// (stkn) create backtrace
-#if defined(__Linux__)
+#if 0
void * bt_array[100]; // 100 should be enough ?!?
char ** bt_strings;
int num_entries;