diff options
| author | Alexander Neumann <alexander.neumann@hamburg.de> | 2019-09-20 12:24:23 +0200 |
|---|---|---|
| committer | Alexander Neumann <alexander.neumann@hamburg.de> | 2019-09-20 12:24:23 +0200 |
| commit | 5b1e426929b40a9b60809284993b424b841a28fc (patch) | |
| tree | bd12300ad859bababb7d4acc03700fd31949fddc /ports/atk/fix-encoding.patch | |
| parent | 279e25aecfe30f55296881ea9b0236c1d6ee030a (diff) | |
| parent | 358ec0954d9b71b0def4fd4b4dbafdd0b8478d81 (diff) | |
| download | vcpkg-5b1e426929b40a9b60809284993b424b841a28fc.tar.gz vcpkg-5b1e426929b40a9b60809284993b424b841a28fc.zip | |
Merge remote-tracking branch 'upstream/master' into path_separator
# Conflicts:
# scripts/cmake/vcpkg_common_definitions.cmake
Diffstat (limited to 'ports/atk/fix-encoding.patch')
| -rw-r--r-- | ports/atk/fix-encoding.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ports/atk/fix-encoding.patch b/ports/atk/fix-encoding.patch index 8bfb38bd0..c92171a48 100644 --- a/ports/atk/fix-encoding.patch +++ b/ports/atk/fix-encoding.patch @@ -1,13 +1,13 @@ -diff --git a/atkversion.h b/atkversion.h -index 2634b0a..c57db2c 100644 ---- a/atkversion.h -+++ b/atkversion.h +diff --git a/atk/atkversion.h b/atk/atkversion.h +index 2634b0a..7bea2f3 100644 +--- a/atk/atkversion.h ++++ b/atk/atkversion.h @@ -3,7 +3,7 @@ * Copyright (C) 2012 Igalia, S.L. * Copyright (C) 2014 Chun-wei Fan * -- * Author: Alejandro Piñeiro Iglesias <apinheiro@igalia.com> -+ * Author: Alejandro Piñeiro Iglesias <apinheiro@igalia.com> +- * Author: Alejandro Pi?eiro Iglesias <apinheiro@igalia.com> ++ * Author: Alejandro Pineiro Iglesias <apinheiro@igalia.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |
