From 04d985eaef0fef5d7989cca7a0c03b40fb89d2ad Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 9 Sep 2017 23:57:36 +0000 Subject: Another day, another C++ syntax change. --- geography/qlandkartem/distinfo | 3 ++- geography/qlandkartem/patches/patch-src_CDlgMenu.cpp | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 geography/qlandkartem/patches/patch-src_CDlgMenu.cpp (limited to 'geography') diff --git a/geography/qlandkartem/distinfo b/geography/qlandkartem/distinfo index 5d0c2e2aeb4..7c7e659f8e4 100644 --- a/geography/qlandkartem/distinfo +++ b/geography/qlandkartem/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2015/11/03 00:08:45 agc Exp $ +$NetBSD: distinfo,v 1.5 2017/09/09 23:57:36 dholland Exp $ SHA1 (QLandkarteM.0.2.0.tar.gz) = 54649684df7dd904d436eee37513c3dcd42c44bf RMD160 (QLandkarteM.0.2.0.tar.gz) = e6f18e7442b2845c9e492c67f44114bae1a5730c @@ -6,4 +6,5 @@ SHA512 (QLandkarteM.0.2.0.tar.gz) = de7b3df1420bff0abb6709648241b6c2ceadc4eb7247 Size (QLandkarteM.0.2.0.tar.gz) = 422493 bytes SHA1 (patch-aa) = e3b996bcd37034e4486af58fc32c2f06492ec809 SHA1 (patch-ab) = 85ee59c2e40adc3927a928ff8becb983ee329148 +SHA1 (patch-src_CDlgMenu.cpp) = 2b9cf35ca1f5f7a297e7533dfe1266818dce7109 SHA1 (patch-src_GeoMath_cpp) = c4005cf917b6cd4bfff658137d3134bcfdfb5c8e diff --git a/geography/qlandkartem/patches/patch-src_CDlgMenu.cpp b/geography/qlandkartem/patches/patch-src_CDlgMenu.cpp new file mode 100644 index 00000000000..561d3e53059 --- /dev/null +++ b/geography/qlandkartem/patches/patch-src_CDlgMenu.cpp @@ -0,0 +1,15 @@ +$NetBSD: patch-src_CDlgMenu.cpp,v 1.1 2017/09/09 23:57:36 dholland Exp $ + +Another day, another C++ syntax change. + +--- src/CDlgMenu.cpp~ 2009-10-13 17:50:05.000000000 +0000 ++++ src/CDlgMenu.cpp +@@ -41,7 +41,7 @@ + #define _MKSTR(x) _MKSTR_1(x) + #endif + +-#define VER_STR _MKSTR(VER_MAJOR)"."_MKSTR(VER_MINOR)"."_MKSTR(VER_STEP) ++#define VER_STR _MKSTR(VER_MAJOR) "." _MKSTR(VER_MINOR) "." _MKSTR(VER_STEP) + + CDlgMenu * CDlgMenu::m_self = 0; + -- cgit v1.2.3