aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/qTox/files/patch-src_main.cpp
blob: b59c45ea49e1acc02eedd43e28828304c7a06bf6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/main.cpp.orig	2025-04-04 21:41:40 UTC
+++ src/main.cpp
@@ -21,6 +21,13 @@ int main(int argc, char* argv[])
     return errorcode;
 }
 
+// Missing in libxccrt.so function __cxa_deleted_virtual, see FreeBSD Bug#200863
+extern "C" void __cxa_deleted_virtual()
+{
+  abort();
+}
+
+
 #ifdef QT_STATIC
 #if defined(Q_OS_LINUX)
 Q_IMPORT_PLUGIN(QLinuxFbIntegrationPlugin)