From 02fbebe9426ee05ab39e9b5a56e3529e64160ef6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 2 Sep 2022 10:16:02 +0100 Subject: gentoo auto-resync : 02:09:2022 - 10:16:01 --- games-util/antimicrox/files/antimicrox-man_gz.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games-util/antimicrox/files/antimicrox-man_gz.patch (limited to 'games-util/antimicrox/files/antimicrox-man_gz.patch') diff --git a/games-util/antimicrox/files/antimicrox-man_gz.patch b/games-util/antimicrox/files/antimicrox-man_gz.patch new file mode 100644 index 000000000000..0a6bb9cae71c --- /dev/null +++ b/games-util/antimicrox/files/antimicrox-man_gz.patch @@ -0,0 +1,13 @@ +diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt +index 22b10574..66f2e483 100644 +--- 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 -9 -n "${PROJECT_SOURCE_DIR}/other/antimicrox.1" > "antimicrox.1.gz" VERBATIM +- ) +-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/antimicrox.1.gz" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1") ++install(FILES "${PROJECT_SOURCE_DIR}/other/antimicrox.1" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1") -- cgit v1.2.3