summaryrefslogtreecommitdiffstats
path: root/extra/gpm/gpm-1.20.5-nodebug.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-20 15:40:52 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-20 15:40:52 +0200
commitaf7e0f49dd1aaeec5162d6460b87f72590c22b70 (patch)
tree3972ac5d6071caf5b4ff7398e9bfa08b8b5a58c9 /extra/gpm/gpm-1.20.5-nodebug.patch
parent0f1a50bc80f64a6b0983d32e8e0d5385c3549561 (diff)
downloadnutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.gz
nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.bz2
nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.tar.xz
nutyx-pakxe-af7e0f49dd1aaeec5162d6460b87f72590c22b70.zip
gpm dans base
Diffstat (limited to 'extra/gpm/gpm-1.20.5-nodebug.patch')
-rw-r--r--extra/gpm/gpm-1.20.5-nodebug.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/gpm/gpm-1.20.5-nodebug.patch b/extra/gpm/gpm-1.20.5-nodebug.patch
deleted file mode 100644
index a77aa233e..000000000
--- a/extra/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;
-
-