freebsd-ports/net-im/qTox/files/patch-src_main.cpp
Pawel Pekala 4d474b6365 Update to version 1.5.1
PR:		211733
Submitted by:	maintainer
2016-08-15 14:02:23 +00:00

13 lines
296 B
C++

--- src/main.cpp.orig 2016-08-09 23:12:33 UTC
+++ src/main.cpp
@@ -306,3 +306,10 @@ int main(int argc, char *argv[])
#endif
return errorcode;
}
+
+// Missing in libxccrt.so function __cxa_deleted_virtual, see FreeBSD Bug#200863
+extern "C" void __cxa_deleted_virtual()
+{
+ abort();
+}
+