aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/gettext/CMakeLists.txt3
-rw-r--r--ports/gettext/CONTROL2
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/gettext/CMakeLists.txt b/ports/gettext/CMakeLists.txt
index cfd460e20..1ec9aa285 100644
--- a/ports/gettext/CMakeLists.txt
+++ b/ports/gettext/CMakeLists.txt
@@ -119,6 +119,9 @@ endif()
if(NOT WIN32)
target_link_libraries(libintl PRIVATE Threads::Threads)
endif()
+if (WIN32)
+ target_link_libraries(libintl PRIVATE Advapi32.lib)
+endif()
install(TARGETS libintl
EXPORT unofficial-gettext-targets
diff --git a/ports/gettext/CONTROL b/ports/gettext/CONTROL
index 386fbd09c..60012746b 100644
--- a/ports/gettext/CONTROL
+++ b/ports/gettext/CONTROL
@@ -1,4 +1,4 @@
Source: gettext
-Version: 0.19-8
+Version: 0.19-9
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