diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-23 12:53:44 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-23 12:56:40 +0200 |
commit | 91f5b3f25a0fe081969667264db3d77b2d654d29 (patch) | |
tree | 2835330cea674412f42343cd600f0460e2d4c718 /sys-apps/mount-gtk | |
parent | net-analyzer/vnstat: Version 2.0 (diff) | |
download | gentoo-91f5b3f25a0fe081969667264db3d77b2d654d29.tar.gz gentoo-91f5b3f25a0fe081969667264db3d77b2d654d29.tar.bz2 gentoo-91f5b3f25a0fe081969667264db3d77b2d654d29.zip |
sys-apps/mount-gtk: Clean up patch
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'sys-apps/mount-gtk')
-rw-r--r-- | sys-apps/mount-gtk/files/mount-gtk-1.4.2-c++11.patch | 8 |
1 files changed, 4 insertions, 4 deletions
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 index f2898a0d2ca8..f5d5831d5bbe 100644 --- 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 @@ -1,7 +1,7 @@ http://bugs.gentoo.org/484264 ---- configure.ac -+++ configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -27,6 +27,7 @@ AC_LANG_CPLUSPLUS dnl switch to C++ AC_TYPE_SIZE_T @@ -10,8 +10,8 @@ http://bugs.gentoo.org/484264 AC_CHECK_RANGE_FOR_SUPPORT AC_CHECK_LAMBDA_SUPPORT ---- m4/ax_check_compile_flag.m4 -+++ m4/ax_check_compile_flag.m4 +--- a/m4/ax_check_compile_flag.m4 ++++ b/m4/ax_check_compile_flag.m4 @@ -0,0 +1,16 @@ +# This macro is part of autoconf-archive with license GPL-3 or any later version +AC_DEFUN([AX_CHECK_COMPILE_FLAG], |