diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-10-02 14:29:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-02 14:29:27 -0700 |
| commit | 5fefddc8c1645c72d6022974374bb646cb768cef (patch) | |
| tree | 6c3647243366531596b2207ee17aa890211de64f /ports/readosm/fix-version-macro.patch | |
| parent | b5a2a75bc2fe905b876fa1bd60160650b911a3f5 (diff) | |
| parent | c856dc482deb940803378e9a3c98e8ac462a54dc (diff) | |
| download | vcpkg-5fefddc8c1645c72d6022974374bb646cb768cef.tar.gz vcpkg-5fefddc8c1645c72d6022974374bb646cb768cef.zip | |
Merge pull request #1907 from alex85k/readosm
[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 |
