diff options
author | Jostein Berntsen <jvbernts@online.no> | 2022-04-21 17:40:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:08 +0700 |
commit | ca97fb18afabfb3c2df07a1d788b011a5c72d3cd (patch) | |
tree | ab44bb5e43b504d05e7269a780205b64f2e642b3 /audio/ncmpcpp/gcc10.patch | |
parent | e0f89873707c5359e315d5826b8172496a62be76 (diff) |
audio/ncmpcpp: Updated for version 0.9.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ncmpcpp/gcc10.patch')
-rw-r--r-- | audio/ncmpcpp/gcc10.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/ncmpcpp/gcc10.patch b/audio/ncmpcpp/gcc10.patch deleted file mode 100644 index 466abceecf..0000000000 --- a/audio/ncmpcpp/gcc10.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 399e0f47008b487df3505476c959b4f42d8bc1b1 Mon Sep 17 00:00:00 2001 -From: Louis Sautier <sautier.louis@gmail.com> -Date: Sat, 9 May 2020 14:31:52 +0200 -Subject: [PATCH] Fix build with GCC 10 by adding missing include -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Fixes the following error: -./mpdpp.h:438:15: error: ‘runtime_error’ is not a member of ‘std’ ---- - src/mpdpp.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/mpdpp.h b/src/mpdpp.h -index a2bb79eb..abd3666c 100644 ---- a/src/mpdpp.h -+++ b/src/mpdpp.h -@@ -25,6 +25,7 @@ - #include <exception> - #include <random> - #include <set> -+#include <stdexcept> - #include <vector> - - #include <mpd/client.h> |