summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-09 23:57:36 +0000
committerdholland <dholland@pkgsrc.org>2017-09-09 23:57:36 +0000
commit04d985eaef0fef5d7989cca7a0c03b40fb89d2ad (patch)
tree6dc01b87455c967311ddbbea392397da93141535 /geography
parent5036daf4a71dbf609f2b11e691dfa7433cb1ddf8 (diff)
downloadpkgsrc-04d985eaef0fef5d7989cca7a0c03b40fb89d2ad.tar.gz
Another day, another C++ syntax change.
Diffstat (limited to 'geography')
-rw-r--r--geography/qlandkartem/distinfo3
-rw-r--r--geography/qlandkartem/patches/patch-src_CDlgMenu.cpp15
2 files changed, 17 insertions, 1 deletions
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;
+