commit: 45fd0cde71ca2ae0e7e38ab67400d84b86b593d7 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org> AuthorDate: Sat Feb 5 14:04:00 2022 +0000 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org> CommitDate: Sat Feb 5 14:04:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fd0cde
media-gfx/apngasm: fix parallel build Closes: https://bugs.gentoo.org/830893 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org> media-gfx/apngasm/files/apngasm-3.1.10-static.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/media-gfx/apngasm/files/apngasm-3.1.10-static.patch b/media-gfx/apngasm/files/apngasm-3.1.10-static.patch index a624d03278f3..fdc4f5ea41e8 100644 --- a/media-gfx/apngasm/files/apngasm-3.1.10-static.patch +++ b/media-gfx/apngasm/files/apngasm-3.1.10-static.patch @@ -1,3 +1,14 @@ +--- a/cli/CMakeLists.txt ++++ b/cli/CMakeLists.txt +@@ -51,7 +51,7 @@ set_target_properties(apngasm-cli + + # Link to built apngasm library + target_link_libraries(apngasm-cli +- apngasm ++ apngasm-dynamic + ${Boost_LIBRARIES} + ) + --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -55,18 +55,6 @@ set_target_properties(${APNGASM_DYNAMIC_LIB_TARGET}
