aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/qTox/files/patch-src_main.cpp
blob: 7c344c1cbe584412deb3f5a3f17dd53459a7461a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/main.cpp.orig	2017-07-16 12:33:33 UTC
+++ src/main.cpp
@@ -322,3 +322,10 @@ int main(int argc, char* argv[])
     delete a;
     return errorcode;
 }
+
+// Missing in libxccrt.so function __cxa_deleted_virtual, see FreeBSD Bug#200863
+extern "C" void __cxa_deleted_virtual()
+{
+  abort();
+}
+