summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-22 12:16:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-22 13:16:05 +0100
commit91295b5b246a1f2036f2de282fc36b6d4bbf4207 (patch)
treea56fdef0fa931418e41b788c505ed448423b6392 /dev-libs/injeqt/files
parentnet-im/psi: Drop old (diff)
downloadgentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.tar.gz
gentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.tar.bz2
gentoo-91295b5b246a1f2036f2de282fc36b6d4bbf4207.zip
dev-libs/injeqt: Fix build with GCC-7
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/injeqt/files')
-rw-r--r--dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch b/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
new file mode 100644
index 000000000000..33e51ce739e0
--- /dev/null
+++ b/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
@@ -0,0 +1,22 @@
+From de025e0c472bdb2fcabbc9dc2fd443b91ab28e28 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?=
+ <bartlomiej.burdukiewicz@gmail.com>
+Date: Wed, 24 May 2017 18:52:20 +0200
+Subject: [PATCH] fix compilation for GCC 7.1.0
+
+---
+ src/internal/containers.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/internal/containers.h b/src/internal/containers.h
+index 8da4298..78dd212 100644
+--- a/src/internal/containers.h
++++ b/src/internal/containers.h
+@@ -23,6 +23,7 @@
+ #include "internal.h"
+
+ #include <algorithm>
++#include <functional>
+ #include <vector>
+
+ /**