Files
ports/textproc/utf8proc/files/patch-CMakeLists.txt
Daniel Engberg 207abfe136 textproc/utf8proc: Update to 2.7.0 and switch to CMake
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
2022-01-06 00:29:50 +01:00

12 lines
507 B
Plaintext

--- 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)