- Add a patch for disable debug
PR: ports/104491 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
This commit is contained in:
parent
f2ae057e10
commit
71f933e4c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175749
2 changed files with 15 additions and 2 deletions
13
x11/mrxvt-devel/files/patch-src-init.c
Normal file
13
x11/mrxvt-devel/files/patch-src-init.c
Normal file
|
@ -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
|
|
@ -1,5 +1,5 @@
|
|||
=================================================================================
|
||||
===================================================================================
|
||||
Sample configuration files have been installed to %%PREFIX%%/etc/mrxvt
|
||||
Useful scripts have been installed to %%EXAMPLESDIR%%/scripts
|
||||
=================================================================================
|
||||
===================================================================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue