summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-13 09:09:50 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-13 09:12:57 -0400
commit3b809bc44090627ea293ca0e3edf96ceb42eb1f8 (patch)
tree574afcc9235c4d4c8e3ee0308e02ce022de83542 /games-puzzle
parentgames-strategy/widelands: remove unused patches (diff)
downloadgentoo-3b809bc44090627ea293ca0e3edf96ceb42eb1f8.tar.gz
gentoo-3b809bc44090627ea293ca0e3edf96ceb42eb1f8.tar.bz2
gentoo-3b809bc44090627ea293ca0e3edf96ceb42eb1f8.zip
games-puzzle/meandmyshadow: remove unused patches
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch b/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch
deleted file mode 100644
index 0bd66d5d284a..000000000000
--- a/games-puzzle/meandmyshadow/files/meandmyshadow-0.4-cmake.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- meandmyshadow-0.4.orig/CMakeLists.txt
-+++ meandmyshadow-0.4/CMakeLists.txt
-@@ -15,13 +15,12 @@
- Find_Package(CURL REQUIRED)
- Find_Package(LibArchive REQUIRED)
- Find_Package(OpenSSL REQUIRED)
-+Find_Package(X11 REQUIRED)
-
- #Use openGL only when compiling with HARDWARE_ACCELERATION.
- #Otherwise we try to find XLib.
- if(HARDWARE_ACCELERATION)
- Find_Package(OpenGL REQUIRED)
--else(HARDWARE_ACCELERATION)
-- INCLUDE(FindX11)
- endif(HARDWARE_ACCELERATION)
-
- #Add the include dirs of the libraries.