5575e8e3e9
- gpgme-include_functional.patch: include <functional> where needed, fix GCC7 build OBS-URL: https://build.opensuse.org/request/show/455178 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=80
25 lines
710 B
Diff
25 lines
710 B
Diff
Index: gpgme-1.8.0/lang/qt/src/qgpgmenewcryptoconfig.cpp
|
|
===================================================================
|
|
--- gpgme-1.8.0.orig/lang/qt/src/qgpgmenewcryptoconfig.cpp
|
|
+++ gpgme-1.8.0/lang/qt/src/qgpgmenewcryptoconfig.cpp
|
|
@@ -49,6 +49,7 @@
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <cassert>
|
|
+#include <functional>
|
|
|
|
using namespace QGpgME;
|
|
using namespace GpgME;
|
|
Index: gpgme-1.8.0/lang/qt/src/threadedjobmixin.h
|
|
===================================================================
|
|
--- gpgme-1.8.0.orig/lang/qt/src/threadedjobmixin.h
|
|
+++ gpgme-1.8.0/lang/qt/src/threadedjobmixin.h
|
|
@@ -51,6 +51,7 @@
|
|
#include "job.h"
|
|
|
|
#include <cassert>
|
|
+#include <functional>
|
|
|
|
namespace QGpgME
|
|
{
|