diff options
Diffstat (limited to 'source/a/gpm/gpm-1.20.1-nodebug.patch')
-rw-r--r-- | source/a/gpm/gpm-1.20.1-nodebug.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/a/gpm/gpm-1.20.1-nodebug.patch b/source/a/gpm/gpm-1.20.1-nodebug.patch new file mode 100644 index 00000000..945b576c --- /dev/null +++ b/source/a/gpm/gpm-1.20.1-nodebug.patch @@ -0,0 +1,12 @@ +--- gpm-1.20.1/src/lib/liblow.c.orig 2004-03-31 15:06:45.000000000 -0500 ++++ gpm-1.20.1/src/lib/liblow.c 2004-03-31 15:09:32.000000000 -0500 +@@ -202,7 +202,9 @@ + + consolename = NULL; + ++#if 0 + gpm_report(GPM_PR_DEBUG,"VC: %d",flag); ++#endif + + /*....................................... First of all, check xterm */ + |