1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net-im/qTox/files/patch-src_main.cpp
Kirill Ponomarev e3216a8797 Update net-im/qTox to 1.8.1
PR:		216842
Submitted by:	yuri@rawbw.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9462
2017-02-08 11:33:43 +00:00

14 lines
296 B
C++

--- src/main.cpp.orig 2017-01-29 12:48:48 UTC
+++ src/main.cpp
@@ -317,3 +317,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();
+}
+