mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
- Update MASTER_SITES - Update COMMENT - Remove unnecessary substitution - Take maintainership Changes: https://www.linuxsampler.org/svnhistory.php?subprloject=liblscp
10 lines
345 B
Text
10 lines
345 B
Text
--- src/CMakeLists.txt.orig 2024-04-18 22:33:51 UTC
|
|
+++ src/CMakeLists.txt
|
|
@@ -62,6 +62,6 @@ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/lscp.pc
|
|
DESTINATION ${CONFIG_INCLUDEDIR}/lscp)
|
|
|
|
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/lscp.pc
|
|
- DESTINATION ${CONFIG_LIBDIR}/pkgconfig)
|
|
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig)
|
|
|
|
|