summaryrefslogtreecommitdiff
path: root/editors/dasher/patches
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-21 16:06:35 +0000
committerwiz <wiz>2009-05-21 16:06:35 +0000
commit463aaac1e26486924adc153e0beec49e31577c69 (patch)
tree63fe38c587d73cc5055a486608c1c26fe5cc27aa /editors/dasher/patches
parentfa2a0231a482445608fa5e0acd8e497a5d101ecb (diff)
downloadpkgsrc-463aaac1e26486924adc153e0beec49e31577c69.tar.gz
Remove cargo cult patch.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r--editors/dasher/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/dasher/patches/patch-ag b/editors/dasher/patches/patch-ag
deleted file mode 100644
index 545e8c1af32..00000000000
--- a/editors/dasher/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.4 2009/03/22 15:30:51 wiz Exp $
-
---- Src/DasherCore/DasherViewSquare.cpp.orig 2009-03-16 17:02:53.000000000 +0000
-+++ Src/DasherCore/DasherViewSquare.cpp
-@@ -41,7 +41,7 @@
- using namespace Dasher;
-
- // Track memory leaks on Windows to the line that new'd the memory
--#ifdef _WIN32
-+#if defined(_WIN32) || defined(__DragonFly__)
- #ifdef _DEBUG_MEMLEAKS
- #define DEBUG_NEW new( _NORMAL_BLOCK, THIS_FILE, __LINE__ )
- #define new DEBUG_NEW