mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
20 lines
428 B
C++
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;
|