diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 22:40:26 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-10 22:40:26 +0200 |
commit | 7a8cf82402e0c4e77b11306e9b14850d676b5f63 (patch) | |
tree | 9808de8f40c177ae0a64e715647ff5ab2e225ae0 /extra/gpm/gpm-1.20.5-nodebug.patch | |
parent | 1368403f1d89d9e4960779205a1d06b503fc8e4f (diff) | |
download | nutyx-extra-7a8cf82402e0c4e77b11306e9b14850d676b5f63.tar.gz nutyx-extra-7a8cf82402e0c4e77b11306e9b14850d676b5f63.tar.bz2 nutyx-extra-7a8cf82402e0c4e77b11306e9b14850d676b5f63.tar.xz nutyx-extra-7a8cf82402e0c4e77b11306e9b14850d676b5f63.zip |
Ajout de gpm#1.20.5-1
Diffstat (limited to 'extra/gpm/gpm-1.20.5-nodebug.patch')
-rw-r--r-- | extra/gpm/gpm-1.20.5-nodebug.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/gpm/gpm-1.20.5-nodebug.patch b/extra/gpm/gpm-1.20.5-nodebug.patch new file mode 100644 index 000000000..a77aa233e --- /dev/null +++ b/extra/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; + + |