Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/guitarix/files/
Date: Mon, 07 Feb 2022 08:02:10
Message-Id: 1644220913.53427488a3a6df7745e8235bf6c17ed3fd49734c.fordfrog@gentoo
1 commit: 53427488a3a6df7745e8235bf6c17ed3fd49734c
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Feb 7 06:23:44 2022 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 08:01:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53427488
7
8 media-sound/guitarix: remove unused patch
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24103
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 .../files/guitarix-0.42.1-fix-build-with-glib-2.68.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch b/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch
19 deleted file mode 100644
20 index 345f5e9a0aab..000000000000
21 --- a/media-sound/guitarix/files/guitarix-0.42.1-fix-build-with-glib-2.68.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 -diff --git a/src/headers/gx_system.h b/src/headers/gx_system.h
25 -index d334ecfc..88d97567 100644
26 ---- a/src/headers/gx_system.h
27 -+++ b/src/headers/gx_system.h
28 -@@ -132,7 +132,7 @@ inline T *atomic_get(T*& p) {
29 -
30 - template <class T>
31 - inline bool atomic_compare_and_exchange(T **p, T *oldv, T *newv) {
32 -- return g_atomic_pointer_compare_and_exchange(reinterpret_cast<void* volatile*>(p), static_cast<void*>(oldv), newv);
33 -+ return g_atomic_pointer_compare_and_exchange(reinterpret_cast<void**>(p), static_cast<void*>(oldv), newv);
34 - }
35 -
36 -