diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-05-30 13:25:49 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-30 13:25:49 -0700 |
| commit | 7c16642643aff2f2cc68e964988d05c327cae83a (patch) | |
| tree | 65e304f0521cc829ecff1ee3d8d35c522532f8f6 /ports/pango | |
| parent | bb111f26452058570714075f8cf4c58a53ad1961 (diff) | |
| parent | 69d360520460fe6f58b59adc709d526f9a9be248 (diff) | |
| download | vcpkg-7c16642643aff2f2cc68e964988d05c327cae83a.tar.gz vcpkg-7c16642643aff2f2cc68e964988d05c327cae83a.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into add_libraqm
Diffstat (limited to 'ports/pango')
| -rw-r--r-- | ports/pango/CMakeLists.txt | 5 | ||||
| -rw-r--r-- | ports/pango/CONTROL | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ports/pango/CMakeLists.txt b/ports/pango/CMakeLists.txt index cc21d3eee..f0e6d85e7 100644 --- a/ports/pango/CMakeLists.txt +++ b/ports/pango/CMakeLists.txt @@ -11,6 +11,11 @@ else() configure_file(./config.h.unix ${CMAKE_CURRENT_BINARY_DIR}/config.h COPYONLY) endif() +if (WIN32) + # Set utf-8 charset to avoid compile error C2001 + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /utf-8") +endif() + add_definitions(-DHAVE_CONFIG_H) include_directories(. ./pango ${CMAKE_CURRENT_BINARY_DIR}) diff --git a/ports/pango/CONTROL b/ports/pango/CONTROL index 9b176290b..f58bf18ec 100644 --- a/ports/pango/CONTROL +++ b/ports/pango/CONTROL @@ -1,4 +1,4 @@ Source: pango
-Version: 1.40.11-3
+Version: 1.40.11-4
Description: Text and font handling library.
Build-Depends: glib, gettext, cairo, fontconfig, freetype, harfbuzz[glib] (!windows-static)
|
