From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../antimicro/files/antimicro-2.23-no-compress-man-page.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch (limited to 'games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch') diff --git a/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch b/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch new file mode 100644 index 000000000000..7eebc42393f1 --- /dev/null +++ b/games-util/antimicro/files/antimicro-2.23-no-compress-man-page.patch @@ -0,0 +1,11 @@ +--- a/other/CMakeLists.txt ++++ b/other/CMakeLists.txt +@@ -1,7 +1,3 @@ + add_subdirectory(appdata) + +-add_custom_target(manpage) +-add_custom_command(TARGET manpage PRE_BUILD +- COMMAND gzip -c "${PROJECT_SOURCE_DIR}/other/antimicro.1" > "antimicro.1.gz" VERBATIM +-) +-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/antimicro.1.gz" DESTINATION "share/man/man1") ++install(FILES "${PROJECT_SOURCE_DIR}/other/antimicro.1" DESTINATION "share/man/man1") -- cgit v1.2.3