- Add a patch for disable debug

PR:		ports/104491
Submitted by:	Lars Engels <lars.engels@0x20.net> (maintainer)
This commit is contained in:
Martin Wilke 2006-10-31 08:50:35 +00:00
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

View 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

View file

@ -1,5 +1,5 @@
=================================================================================
===================================================================================
Sample configuration files have been installed to %%PREFIX%%/etc/mrxvt
Useful scripts have been installed to %%EXAMPLESDIR%%/scripts
=================================================================================
===================================================================================