diff options
Diffstat (limited to 'x11/mrxvt/patches/patch-aa')
-rw-r--r-- | x11/mrxvt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/mrxvt/patches/patch-aa b/x11/mrxvt/patches/patch-aa new file mode 100644 index 00000000000..47ed7c9f7fe --- /dev/null +++ b/x11/mrxvt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2007/05/09 23:14:41 tnn Exp $ + +--- src/init.c.orig 2006-10-01 23:50:37.000000000 +0200 ++++ src/init.c +@@ -41,7 +41,7 @@ + # define DEBUG_X + #else + # define DEBUG_LEVEL 0 +-# define DEBUG_X ++# undef DEBUG_X + #endif + + #if DEBUG_LEVEL |