summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-09-05 07:31:20 +0200
committerMichał Górny <mgorny@gentoo.org>2022-09-05 07:31:37 +0200
commitaef1e63af94bd8da749aaef6ad6baf04c683622d (patch)
tree02fe438beae5c3f3b7adf79d090e24c88d83ece9 /games-emulation/dolphin/files
parentapp-crypt/signify: Use HTTPS for HOMEPAGE (diff)
downloadgentoo-aef1e63af94bd8da749aaef6ad6baf04c683622d.tar.gz
gentoo-aef1e63af94bd8da749aaef6ad6baf04c683622d.tar.bz2
gentoo-aef1e63af94bd8da749aaef6ad6baf04c683622d.zip
games-emulation/dolphin: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation/dolphin/files')
-rw-r--r--games-emulation/dolphin/files/dolphin-5.0_p20210506-musl.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-emulation/dolphin/files/dolphin-5.0_p20210506-musl.patch b/games-emulation/dolphin/files/dolphin-5.0_p20210506-musl.patch
deleted file mode 100644
index 51570151c112..000000000000
--- a/games-emulation/dolphin/files/dolphin-5.0_p20210506-musl.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://bugs.gentoo.org/799281
-https://github.com/dolphin-emu/dolphin/commit/7a1922fd8f0f6686188d179732c9757faf2d1b4f.patch
-
-From 7a1922fd8f0f6686188d179732c9757faf2d1b4f Mon Sep 17 00:00:00 2001
-From: thyrc <thyrc@users.noreply.github.com>
-Date: Mon, 14 Jun 2021 10:18:34 +0200
-Subject: [PATCH] Fix includes for musl libc
-
----
- Source/Core/Core/MemoryWatcher.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Source/Core/Core/MemoryWatcher.cpp b/Source/Core/Core/MemoryWatcher.cpp
-index 491ecd83150a..13843e2021ca 100644
---- a/Source/Core/Core/MemoryWatcher.cpp
-+++ b/Source/Core/Core/MemoryWatcher.cpp
-@@ -2,6 +2,7 @@
- // Licensed under GPLv2+
- // Refer to the license.txt file included.
-
-+#include <cstring>
- #include <fstream>
- #include <iostream>
- #include <sstream>