summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-08-02 06:40:31 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2022-08-02 06:40:47 +0200
commit19d844a950eb0e03065dd04fa5052730032c2629 (patch)
treea3fad20f5cbc176c4fbae36b098dc62470e3fe5e /media-sound/csound/files
parentpython-utils-r1.eclass: Sterilize pytest-sugar plugin (diff)
downloadgentoo-19d844a950eb0e03065dd04fa5052730032c2629.tar.gz
gentoo-19d844a950eb0e03065dd04fa5052730032c2629.tar.bz2
gentoo-19d844a950eb0e03065dd04fa5052730032c2629.zip
media-sound/csound: dropped obsolete 6.16.2
Bug: https://bugs.gentoo.org/862618 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/csound/files')
-rw-r--r--media-sound/csound/files/csound-6.15.0-lame.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/media-sound/csound/files/csound-6.15.0-lame.patch b/media-sound/csound/files/csound-6.15.0-lame.patch
deleted file mode 100644
index 800ec4fd0f46..000000000000
--- a/media-sound/csound/files/csound-6.15.0-lame.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/Opcodes/CMakeLists.txt b/Opcodes/CMakeLists.txt
-index af39138..ec48294 100644
---- a/Opcodes/CMakeLists.txt
-+++ b/Opcodes/CMakeLists.txt
-@@ -41,7 +41,7 @@ check_include_file(wiiuse.h WIIUSE_H)
- find_library(WIIUSE_LIB wiiuse)
- check_include_file(p5glove.h P5GLOVE_H)
- find_library(P5GLOVE_LIB p5glove)
--check_include_file(lame.h LAME_HEADER)
-+check_include_file(lame/lame.h LAME_HEADER)
- find_library(LAME_LIB mp3lame)
-
- ## OPCODE LIBS WITH NO EXTERNAL DEPENDENCIES ##
-diff --git a/Opcodes/lame.c b/Opcodes/lame.c
-index a951f47..0c1c3e6 100644
---- a/Opcodes/lame.c
-+++ b/Opcodes/lame.c
-@@ -22,7 +22,7 @@
- */
-
- #include "csdl.h"
--#include "lame.h"
-+#include "lame/lame.h"
-
- typedef struct _mp3out {
- OPDS h;