From ca95652aabdf9d9ed2fd67dd6635d099f04d5cf1 Mon Sep 17 00:00:00 2001 From: angelmixu Date: Mon, 27 Jan 2020 20:45:43 +0100 Subject: [gettext] fix library placement on macOS (#9797) --- ports/gettext/CMakeLists.txt | 2 +- ports/gettext/CONTROL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/gettext/CMakeLists.txt b/ports/gettext/CMakeLists.txt index 67e1d05f7..1bc2087b7 100644 --- a/ports/gettext/CMakeLists.txt +++ b/ports/gettext/CMakeLists.txt @@ -126,7 +126,7 @@ endif() install(TARGETS libintl EXPORT unofficial-gettext-targets RUNTIME DESTINATION bin - LIBRARY DESTINATION bin + LIBRARY DESTINATION lib ARCHIVE DESTINATION lib ) diff --git a/ports/gettext/CONTROL b/ports/gettext/CONTROL index a2876ee99..bb4b113f1 100644 --- a/ports/gettext/CONTROL +++ b/ports/gettext/CONTROL @@ -1,5 +1,5 @@ Source: gettext -Version: 0.19-12 +Version: 0.19-13 Homepage: https://www.gnu.org/software/gettext/ Description: The GNU gettext utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. Provides libintl. Build-Depends: libiconv -- cgit v1.2.3