summaryrefslogtreecommitdiff
path: root/editors/dasher/patches
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-18 22:01:33 +0000
committerrillig <rillig>2005-12-18 22:01:33 +0000
commit707adb92cd931d7413de81074339a56fa40a7ddc (patch)
treefe622ce07dbaf1d6e2b824e6d0a13e60aaa2d8a7 /editors/dasher/patches
parent2210565c26e0d1a0ab87cd9d592f0abe1dd4b100 (diff)
downloadpkgsrc-707adb92cd931d7413de81074339a56fa40a7ddc.tar.gz
Added a patch that includes the <memory> header, needed for std::auto_ptr.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r--editors/dasher/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/dasher/patches/patch-ab b/editors/dasher/patches/patch-ab
new file mode 100644
index 00000000000..c659f01ac95
--- /dev/null
+++ b/editors/dasher/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $
+
+std::auto_ptr needs <memory>.
+
+--- Src/DasherCore/DasherInterface.cpp.orig Fri Aug 19 15:41:53 2005
++++ Src/DasherCore/DasherInterface.cpp Sun Dec 18 22:50:11 2005
+@@ -11,6 +11,7 @@
+ #include "CustomColours.h"
+ #include "DasherViewSquare.h"
+
++#include <memory>
+ #include <iostream>
+
+ #include "DasherInterface.h"