diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 21:23:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-22 21:23:25 +0200 |
commit | 3b48b187da65dec9397ff143c46a79ae3bcd6c32 (patch) | |
tree | 11fc2d7fc0520ba62af63cf92561f733f86edc43 /base/gpm/gpm-1.20.5-nodebug.patch | |
parent | 54ae5dffc61b9ae3228a58b93fdb8a5bb9ada7b2 (diff) | |
download | nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.gz nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.bz2 nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.tar.xz nutyx-extra-3b48b187da65dec9397ff143c46a79ae3bcd6c32.zip |
gpm, port nettoyé
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, 0 insertions, 16 deletions
diff --git a/base/gpm/gpm-1.20.5-nodebug.patch b/base/gpm/gpm-1.20.5-nodebug.patch deleted file mode 100644 index a77aa233e..000000000 --- a/base/gpm/gpm-1.20.5-nodebug.patch +++ /dev/null @@ -1,16 +0,0 @@ -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; - - |