diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-20 15:40:52 +0200 |
commit | af7e0f49dd1aaeec5162d6460b87f72590c22b70 (patch) | |
tree | 3972ac5d6071caf5b4ff7398e9bfa08b8b5a58c9 /base/gpm/gpm-1.20.5-nodebug.patch | |
parent | 0f1a50bc80f64a6b0983d32e8e0d5385c3549561 (diff) | |
download | nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.gz nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.bz2 nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.xz nutyx-extra-af7e0f49dd1aaeec5162d6460b87f72590c22b70.zip |
gpm dans base
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; + + |