diff options
author | sibel <lesibel at free dot fr> | 2010-06-21 14:50:52 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-06-21 14:50:52 +0200 |
commit | 9c8144f1acd020eb0d11964a0dc3ec7da3f84a13 (patch) | |
tree | 167683d7648684ee81988e9ad619ad4c623d241b /base/gpm/gpm-1.20.5-nodebug.patch | |
parent | 7f1fff1193d517cd8bfad0bd6cb8f2fcef590f43 (diff) | |
parent | df677234fd38f579474a489758532240c9f776e3 (diff) | |
download | nutyx-extra-9c8144f1acd020eb0d11964a0dc3ec7da3f84a13.tar.gz nutyx-extra-9c8144f1acd020eb0d11964a0dc3ec7da3f84a13.tar.bz2 nutyx-extra-9c8144f1acd020eb0d11964a0dc3ec7da3f84a13.tar.xz nutyx-extra-9c8144f1acd020eb0d11964a0dc3ec7da3f84a13.zip |
Merge remote branch 'nutyx-attapu/master'
Diffstat (limited to 'base/gpm/gpm-1.20.5-nodebug.patch')
-rw-r--r-- | base/gpm/gpm-1.20.5-nodebug.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/base/gpm/gpm-1.20.5-nodebug.patch b/base/gpm/gpm-1.20.5-nodebug.patch new file mode 100644 index 000000000..a77aa233e --- /dev/null +++ b/base/gpm/gpm-1.20.5-nodebug.patch @@ -0,0 +1,16 @@ +Binary files gpm-1.20.5.orig/.Makefile.in.swp and gpm-1.20.5/.Makefile.in.swp differ +diff -pruN gpm-1.20.5.orig/src/lib/report-lib.c gpm-1.20.5/src/lib/report-lib.c +--- gpm-1.20.5.orig/src/lib/report-lib.c 2008-06-17 09:54:54.811257867 +1000 ++++ gpm-1.20.5/src/lib/report-lib.c 2008-06-17 10:08:36.780265133 +1000 +@@ -29,6 +29,10 @@ void gpm_report(int line, char *file, in + char *string = NULL; + int log_level; + va_list ap; ++#ifndef DEBUG_VERBOSE ++ if(stat==GPM_STAT_DEBUG) ++ return; ++#endif + + if (stat == GPM_STAT_DEBUG) return; + + |