View | Details | Raw Unified | Return to bug 104491
Collapse All | Expand All

(-)/usr/ports/x11/mrxvt-devel/files/patch-aa (+13 lines)
Line 0 Link Here
1
Index: src/init.c
2
===================================================================
3
--- src/init.c	(revision 195)
4
+++ src/init.c	(working copy)
5
@@ -41,7 +41,7 @@
6
 # define DEBUG_X
7
 #else
8
 # define DEBUG_LEVEL	0
9
-# define DEBUG_X
10
+# undef DEBUG_X
11
 #endif
12
 
13
 #if DEBUG_LEVEL
(-)/usr/ports/x11/mrxvt-devel/files/pkg-message.in (-2 / +2 lines)
Lines 1-5 Link Here
1
=================================================================================
1
===================================================================================
2
Sample configuration files have been installed to %%PREFIX%%/etc/mrxvt
2
Sample configuration files have been installed to %%PREFIX%%/etc/mrxvt
3
Useful scripts have been installed to %%EXAMPLESDIR%%/scripts
3
Useful scripts have been installed to %%EXAMPLESDIR%%/scripts
4
=================================================================================
4
===================================================================================

Return to bug 104491