diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-05-06 16:39:27 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-05-06 16:46:31 +0200 |
commit | f6c7a0d0fcc1933fc7549c665d01ae1413f1b534 (patch) | |
tree | a7785a0de5a696b5be13234ab0cb323638a2b74c /games-emulation/melonds | |
parent | sci-chemistry/mdtraj: BDEPEND on cython (diff) | |
download | gentoo-f6c7a0d0fcc1933fc7549c665d01ae1413f1b534.tar.gz gentoo-f6c7a0d0fcc1933fc7549c665d01ae1413f1b534.tar.bz2 gentoo-f6c7a0d0fcc1933fc7549c665d01ae1413f1b534.zip |
games-emulation/melonds: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30893
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'games-emulation/melonds')
-rw-r--r-- | games-emulation/melonds/files/melonds-system-teakra.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/games-emulation/melonds/files/melonds-system-teakra.patch b/games-emulation/melonds/files/melonds-system-teakra.patch deleted file mode 100644 index b59c31e4ba9a..000000000000 --- a/games-emulation/melonds/files/melonds-system-teakra.patch +++ /dev/null @@ -1,23 +0,0 @@ -index 7288b54..6525f11 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -110,7 +110,6 @@ if (ENABLE_JIT) - endif() - endif() - --add_subdirectory(teakra EXCLUDE_FROM_ALL) - target_link_libraries(core teakra) - - -index c889aff..a6339d9 100644 ---- a/src/DSi_DSP.cpp -+++ b/src/DSi_DSP.cpp -@@ -16,7 +16,7 @@ - with melonDS. If not, see http://www.gnu.org/licenses/. - */ - --#include "teakra/include/teakra/teakra.h" -+#include "teakra/teakra.h" - - #include "DSi.h" - #include "DSi_DSP.h" |