aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/gettext/portfile.cmake1
-rw-r--r--ports/gettext/vcpkg.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/gettext/portfile.cmake b/ports/gettext/portfile.cmake
index 02ed8a760..1d2810399 100644
--- a/ports/gettext/portfile.cmake
+++ b/ports/gettext/portfile.cmake
@@ -43,6 +43,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
gl_cv_func_printf_directive_n=no #segfaults otherwise with popup window
ac_cv_func_memset=yes #not detected in release builds
ac_cv_header_pthread_h=no
+ ac_cv_header_dirent_h=no
)
endif()
set(ADDITIONAL_CONFIGURE_OPTIONS)
diff --git a/ports/gettext/vcpkg.json b/ports/gettext/vcpkg.json
index 861051099..b4b05141a 100644
--- a/ports/gettext/vcpkg.json
+++ b/ports/gettext/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "gettext",
"version": "0.21",
- "port-version": 1,
+ "port-version": 2,
"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.",
"homepage": "https://www.gnu.org/software/gettext/",
"dependencies": [