void-packages/srcpkgs/libdbus-c++/patches/gcc73.patch
Jürgen Buchmüller fcc85e5c21 libdbus-c++: update to 0.9.1pw
Enable cross build and change distfiles to use the fork
at https://github.com/pkgw/dbus-cplusplus.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-03-20 12:08:29 +01:00

9 lines
313 B
Diff

--- src/pipe.cpp 2015-12-20 03:04:02.000000000 +0100
+++ src/pipe.cpp 2018-03-18 17:02:24.834205318 +0100
@@ -83,5 +83,5 @@
void Pipe::signal()
{
// TODO: ignoring return of read/write generates warning; maybe relevant for eventloop work...
- ::write(_fd_write, '\0', 1);
+ ::write(_fd_write, "\0", 1);
}