mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Changelog: https://github.com/JuliaStrings/utf8proc/releases/tag/v2.7.0 Approved by: hrs (maintainer timeout, 17+ days) Differential Revision: https://reviews.freebsd.org/D33552
11 lines
507 B
Text
11 lines
507 B
Text
--- CMakeLists.txt.orig 2021-12-17 21:31:08 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -62,7 +62,7 @@ if (UTF8PROC_INSTALL)
|
|
RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR}"
|
|
)
|
|
configure_file(libutf8proc.pc.cmakein libutf8proc.pc @ONLY)
|
|
- install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig")
|
|
+ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}data/pkgconfig")
|
|
endif()
|
|
|
|
if(UTF8PROC_ENABLE_TESTING)
|