diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-08 10:48:06 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-06-08 13:43:43 +0200 |
commit | 3dcd5278870cceb9ae53e905c106b2595c3ac14e (patch) | |
tree | 1a7f15a5fbb7ac38d50e6e215b7768500521d608 /media-sound | |
parent | sys-libs/kpmcore: drop 23.04.1 (diff) | |
download | gentoo-3dcd5278870cceb9ae53e905c106b2595c3ac14e.tar.gz gentoo-3dcd5278870cceb9ae53e905c106b2595c3ac14e.tar.bz2 gentoo-3dcd5278870cceb9ae53e905c106b2595c3ac14e.zip |
media-sound/audacity: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31348
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/files/audacity-3.2.5-gcc13.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media-sound/audacity/files/audacity-3.2.5-gcc13.patch b/media-sound/audacity/files/audacity-3.2.5-gcc13.patch deleted file mode 100644 index 265d73fd9e71..000000000000 --- a/media-sound/audacity/files/audacity-3.2.5-gcc13.patch +++ /dev/null @@ -1,25 +0,0 @@ -https://github.com/audacity/audacity/issues/4489 -https://bugs.gentoo.org/899764 - ---- a/lib-src/libnyquist/nyquist/nyqstk/include/Stk.h -+++ b/lib-src/libnyquist/nyquist/nyqstk/include/Stk.h -@@ -47,6 +47,7 @@ - #endif - - #include <stddef.h> -+#include <stdint.h> - #include <string> - #include <iostream> - #include <sstream> -@@ -355,10 +356,6 @@ - typedef signed int SINT32; - typedef float FLOAT32; - typedef double FLOAT64; --// added by RBD --#ifdef __linux__ --#define intptr_t long --#endif - - // The default sampling rate. - const StkFloat SRATE = 44100.0; - |