synergy: rebuild for libressl-2.9.2.
This commit is contained in:
parent
107a4e5c30
commit
299d2a01e4
|
@ -0,0 +1,20 @@
|
|||
--- src/gui/src/ScreenSetupView.h.orig 2019-06-09 19:16:38.358110544 +0200
|
||||
+++ src/gui/src/ScreenSetupView.h 2019-06-09 19:16:53.268001862 +0200
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include <QTableView>
|
||||
#include <QFlags>
|
||||
+#include <QHeaderView>
|
||||
|
||||
#include "Screen.h"
|
||||
|
||||
--- src/gui/src/ActionDialog.h.orig 2019-06-09 19:17:32.518715748 +0200
|
||||
+++ src/gui/src/ActionDialog.h 2019-06-09 19:17:50.508584615 +0200
|
||||
@@ -21,6 +21,7 @@
|
||||
#define ACTIONDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
+#include <QButtonGroup>
|
||||
|
||||
#include "ui_ActionDialogBase.h"
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'synergy'
|
||||
pkgname=synergy
|
||||
version=1.8.8
|
||||
revision=5
|
||||
revision=6
|
||||
wrksrc="${pkgname}-core-${version}-stable"
|
||||
build_style=cmake
|
||||
hostmakedepends="unzip pkg-config"
|
||||
|
|
Loading…
Reference in New Issue