summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-04-30 22:34:29 +0000
committerjoerg <joerg@pkgsrc.org>2013-04-30 22:34:29 +0000
commit99449482facadb95159ba17cc621d0c6d426ed2a (patch)
treea4f848772326e334251e2718cca1d6a91f004dc9 /sysutils
parent5121c0cb8a0d7ab8c0a5bb06d1795a689ccbeb64 (diff)
downloadpkgsrc-99449482facadb95159ba17cc621d0c6d426ed2a.tar.gz
Fix various case of missing includes due to libstdc++'s namespace
pollution.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dtpstree/distinfo3
-rw-r--r--sysutils/dtpstree/patches/patch-dtpstree.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/sysutils/dtpstree/distinfo b/sysutils/dtpstree/distinfo
index c83368a452e..9e6de78f089 100644
--- a/sysutils/dtpstree/distinfo
+++ b/sysutils/dtpstree/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/08/15 09:07:11 obache Exp $
+$NetBSD: distinfo,v 1.2 2013/04/30 22:34:31 joerg Exp $
SHA1 (dtpstree-1.0.3.tar.xz) = 0faf99b3220247f3656282ac6f059478a4210a75
RMD160 (dtpstree-1.0.3.tar.xz) = 37ff4213515400a9a70725366c4783de863f6f05
Size (dtpstree-1.0.3.tar.xz) = 47784 bytes
+SHA1 (patch-dtpstree.cpp) = d913c217f27364caf005b407ac1c46a88defc8c6
diff --git a/sysutils/dtpstree/patches/patch-dtpstree.cpp b/sysutils/dtpstree/patches/patch-dtpstree.cpp
new file mode 100644
index 00000000000..9bd63cc4ae8
--- /dev/null
+++ b/sysutils/dtpstree/patches/patch-dtpstree.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-dtpstree.cpp,v 1.1 2013/04/30 22:34:31 joerg Exp $
+
+--- dtpstree.cpp.orig 2013-04-30 19:54:40.000000000 +0000
++++ dtpstree.cpp
+@@ -21,6 +21,7 @@
+
+ #include <cerrno>
+ #include <climits>
++#include <clocale>
+ #include <cstdarg>
+ #include <cstdio>
+ #include <cstdlib>