View | Details | Raw Unified | Return to bug 122393
Collapse All | Expand All

(-)/usr/ports/polish/kadu/files/patch-freebsd7 (+14 lines)
Line 0 Link Here
1
Index: kadu-core/main.cpp
2
===================================================================
3
--- kadu-core/main.cpp	2008-02-26 01:07:33.000000000 +0100
4
+++ kadu-core/main.cpp	2008-03-12 10:55:42.000000000 +0100
5
@@ -50,6 +50,9 @@
6
 #ifdef HAVE_EXECINFO
7
 #include <execinfo.h>
8
 #endif
9
+#ifdef __FreeBSD__
10
+typedef union sigval sigval_t;
11
+#endif /* __FreeBSD__ */
12
 #define OPEN_CHAT_SIGNAL (SIGRTMIN + 7)
13
 
14
 static int sigsegvCount = 0;

Return to bug 122393