Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mount-gtk/files/
Date: Tue, 23 Oct 2018 10:56:48
Message-Id: 1540292200.91f5b3f25a0fe081969667264db3d77b2d654d29.jer@gentoo
1 commit: 91f5b3f25a0fe081969667264db3d77b2d654d29
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 23 10:53:44 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 23 10:56:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f5b3f2
7
8 sys-apps/mount-gtk: Clean up patch
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch b/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch
17 index f2898a0d2ca..f5d5831d5bb 100644
18 --- a/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch
19 +++ b/sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch
20 @@ -1,7 +1,7 @@
21 http://bugs.gentoo.org/484264
22
23 ---- configure.ac
24 -+++ configure.ac
25 +--- a/configure.ac
26 ++++ b/configure.ac
27 @@ -27,6 +27,7 @@
28 AC_LANG_CPLUSPLUS dnl switch to C++
29 AC_TYPE_SIZE_T
30 @@ -10,8 +10,8 @@ http://bugs.gentoo.org/484264
31 AC_CHECK_RANGE_FOR_SUPPORT
32 AC_CHECK_LAMBDA_SUPPORT
33
34 ---- m4/ax_check_compile_flag.m4
35 -+++ m4/ax_check_compile_flag.m4
36 +--- a/m4/ax_check_compile_flag.m4
37 ++++ b/m4/ax_check_compile_flag.m4
38 @@ -0,0 +1,16 @@
39 +# This macro is part of autoconf-archive with license GPL-3 or any later version
40 +AC_DEFUN([AX_CHECK_COMPILE_FLAG],