diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-04-28 22:55:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 13:55:54 -0700 |
| commit | a679cddd07378443a595790cd0ea17f0d10f8e94 (patch) | |
| tree | 81a65279506879e8657c81001e731dddb48493d3 /ports | |
| parent | 99a179d84d4ad15cad06bc45570336b09020281c (diff) | |
| download | vcpkg-a679cddd07378443a595790cd0ea17f0d10f8e94.tar.gz vcpkg-a679cddd07378443a595790cd0ea17f0d10f8e94.zip | |
[gettext] disable dirent detection on windows (#17523)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/gettext/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/gettext/vcpkg.json | 2 |
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": [ |
