summaryrefslogtreecommitdiff
path: root/dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch')
-rw-r--r--dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch b/dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch
deleted file mode 100644
index 17675d22ab0a..000000000000
--- a/dev-games/freecell-solver/files/freecell-solver-6.2.0-no-git-clone-kthxbye.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -210,7 +210,7 @@
- # Clone the patsolve repository with the appropriate branch.
- SET (pats_dir "patsolve")
-
--IF (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${pats_dir}")
-+IF (0)
- EXECUTE_PROCESS(
- COMMAND "git" "clone" "https://github.com/shlomif/patsolve.git" "${pats_dir}"
- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
-@@ -219,7 +219,7 @@
-
- # Clone the rinutils repository with the appropriate tag.
- SET (rinutils_dir "rinutils")
--IF (NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${rinutils_dir}")
-+IF (0)
- EXECUTE_PROCESS(
- COMMAND "git" "clone" "-b" "0.6.0" "https://github.com/shlomif/rinutils.git" "${rinutils_dir}"
- WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"