mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
With >=0.90 going Rust, this is as far as I am willing to go to help keep this package in ::gentoo. Bug: https://bugs.gentoo.org/651524 Closes: https://bugs.gentoo.org/953940 Closes: https://bugs.gentoo.org/957248 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
10 lines
406 B
Diff
10 lines
406 B
Diff
--- a/src/lib_ccx/CMakeLists.txt
|
|
+++ b/src/lib_ccx/CMakeLists.txt
|
|
@@ -107,6 +107,6 @@ file (WRITE ccx.pc "prefix=${CMAKE_INSTALL_PREFIX}\n"
|
|
"Libs.private: -lpng\n"
|
|
)
|
|
|
|
-install (TARGETS ccx DESTINATION lib)
|
|
+install (TARGETS ccx DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
|
install (FILES ${HeaderFiles} DESTINATION include)
|
|
install (FILES ccx.pc DESTINATION lib/pkgconfig)
|