diff options
| author | alex85k <alex85k@github.com> | 2017-10-02 23:19:59 +0500 |
|---|---|---|
| committer | alex85k <alex85k@github.com> | 2017-10-02 23:19:59 +0500 |
| commit | c856dc482deb940803378e9a3c98e8ac462a54dc (patch) | |
| tree | d53fb536f960b53cc8720340927d3ec357d2d9c6 /ports/readosm/fix-version-macro.patch | |
| parent | 0ecd97a1105db5ab5e29ff273c8b2401e71290cf (diff) | |
| download | vcpkg-c856dc482deb940803378e9a3c98e8ac462a54dc.tar.gz vcpkg-c856dc482deb940803378e9a3c98e8ac462a54dc.zip | |
[ReadOSM] initial port
Diffstat (limited to 'ports/readosm/fix-version-macro.patch')
| -rw-r--r-- | ports/readosm/fix-version-macro.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/readosm/fix-version-macro.patch b/ports/readosm/fix-version-macro.patch new file mode 100644 index 000000000..b091b3359 --- /dev/null +++ b/ports/readosm/fix-version-macro.patch @@ -0,0 +1,13 @@ +diff --git a/src/readosm.c b/src/readosm.c +index e1dda27..7977339 100644 +--- a/src/readosm.c ++++ b/src/readosm.c +@@ -50,7 +50,7 @@ + + #if defined(_WIN32) && !defined(__MINGW32__) + /* MSVC: avoiding to include at all config.h */ +-#define VERSION 1.1.0 ++#define VERSION "1.1.0" + #else + #include "config.h" + #endif |
