From da2ee2835bc1d41dc143bca366c7ca717ad6f8e6 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 21 May 2009 16:06:35 +0000 Subject: Remove cargo cult patch. --- editors/dasher/distinfo | 3 +-- editors/dasher/patches/patch-ag | 13 ------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 editors/dasher/patches/patch-ag (limited to 'editors') diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo index 54db78617ee..ed489f52094 100644 --- a/editors/dasher/distinfo +++ b/editors/dasher/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.29 2009/05/21 16:04:03 wiz Exp $ +$NetBSD: distinfo,v 1.30 2009/05/21 16:06:35 wiz Exp $ SHA1 (dasher-4.10.1.tar.bz2) = bc2bd8c8c8f078f5290527f1525563d098f53b5d RMD160 (dasher-4.10.1.tar.bz2) = 0ed314ba5717f129168e315e02389259dc28532c Size (dasher-4.10.1.tar.bz2) = 6679084 bytes -SHA1 (patch-ag) = f5f5c519d6ae9f5ec3f5b04688a0930b02bcbd2e 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 -- cgit v1.2.3