mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
11 lines
346 B
Text
11 lines
346 B
Text
--- CMakeLists.txt.orig 2024-03-08 01:33:47 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -36178,7 +36178,7 @@ function(generate_pkgconfig name description version r
|
|
"${output_filepath}"
|
|
@ONLY)
|
|
install(FILES "${output_filepath}"
|
|
- DESTINATION "${gRPC_INSTALL_LIBDIR}/pkgconfig")
|
|
+ DESTINATION "libdata/pkgconfig")
|
|
endfunction()
|
|
|
|
# gpr .pc file
|