diff options
author | Paul Wisehart <wise@lupulin.net> | 2010-05-11 15:18:41 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:41 +0200 |
commit | ee6d106d6a907b3e155bf44ee6a8d9a561a8b74a (patch) | |
tree | c72b2cdc3c95b2e460ec96061064492c74bf945b /system/mrxvt/no_debug_x.patch | |
parent | e1471001dc486730939676695fb5db1430c4516a (diff) | |
download | slackbuilds-ee6d106d6a907b3e155bf44ee6a8d9a561a8b74a.tar.gz |
system/mrxvt: Initial import
Diffstat (limited to 'system/mrxvt/no_debug_x.patch')
-rw-r--r-- | system/mrxvt/no_debug_x.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/mrxvt/no_debug_x.patch b/system/mrxvt/no_debug_x.patch new file mode 100644 index 0000000000..ca2f9789c9 --- /dev/null +++ b/system/mrxvt/no_debug_x.patch @@ -0,0 +1,13 @@ +Index: src/init.c +=================================================================== +--- src/init.c (revision 195) ++++ src/init.c (working copy) +@@ -41,7 +41,7 @@ + # define DEBUG_X + #else + # define DEBUG_LEVEL 0 +-# define DEBUG_X ++# undef DEBUG_X + #endif + + #if DEBUG_LEVEL |