mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-backup/snapper: Add build fix for gcc-6, bug 595552
Closes: https://bugs.gentoo.org/595552 Package-Manager: Portage-2.3.10, Repoman-2.3.3
This commit is contained in:
21
app-backup/snapper/files/snapper-0.5.0-gcc6.patch
Normal file
21
app-backup/snapper/files/snapper-0.5.0-gcc6.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
From 2e3812d2c1d1f54861fb79f5c2b0197de96a00a3 Mon Sep 17 00:00:00 2001
|
||||
From: Arvin Schnell <aschnell@suse.de>
|
||||
Date: Wed, 6 Sep 2017 09:49:38 +0200
|
||||
Subject: [PATCH] - added include statement
|
||||
|
||||
---
|
||||
client/cleanup.cc | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/client/cleanup.cc b/client/cleanup.cc
|
||||
index 0dbfc03..d7f2f68 100644
|
||||
--- a/client/cleanup.cc
|
||||
+++ b/client/cleanup.cc
|
||||
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
|
||||
+#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#include "dbus/DBusMessage.h"
|
||||
@@ -39,6 +39,7 @@ DOCS=( AUTHORS )
|
||||
src_prepare() {
|
||||
default
|
||||
epatch "${FILESDIR}"/cron-confd.patch
|
||||
epatch "${FILESDIR}/${P}"-gcc6.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user