void-packages/srcpkgs/synergy/patches/qt5-build-musl.patch
Michael Carlberg 3fefc5af7e synergy: update to 1.7.5
- Bumps version to 1.7.5
- Adds patches to fix build using Qt>=5.5
- Install service files
2016-03-08 20:18:09 +01:00

10 lines
242 B
Diff

--- src/gui/src/ZeroconfService.h
+++ src/gui/src/ZeroconfService.h
@@ -20,6 +20,7 @@
#include "ZeroconfServer.h"
#include "ZeroconfRecord.h"
+#include <stdint.h>
#include <QtCore/QObject>
typedef int32_t DNSServiceErrorType;