summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/colobot/files/fix_man_dependency.patch')
-rw-r--r--games-strategy/colobot/files/fix_man_dependency.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/games-strategy/colobot/files/fix_man_dependency.patch b/games-strategy/colobot/files/fix_man_dependency.patch
deleted file mode 100644
index 8098e41..0000000
--- a/games-strategy/colobot/files/fix_man_dependency.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/desktop/CMakeLists.txt b/src/desktop/CMakeLists.txt
-index 9a00dd4..0300894 100644
---- a/src/desktop/CMakeLists.txt
-+++ b/src/desktop/CMakeLists.txt
-@@ -92,6 +92,7 @@ if(PO4A)
- string(REGEX REPLACE ".po$" "" LINGUAS ${LINGUAS_PO})
- foreach(LOCALE ${LINGUAS})
- podman(PODFILE lang/${LOCALE}/colobot.pod LOCALE ${LOCALE})
-+ add_dependencies(man${PM_LOCALE} man_po4a)
- endforeach()
- endif()
- endif()