Browse Source

disable flawed libgpm mouse logic detection

master
Michael Schloh von Bennewitz 21 years ago committed by Ralf S. Engelschall
parent
commit
e8dd39c98b
  1. 12
      aalib/aalib.patch
  2. 3
      aalib/aalib.spec

12
aalib/aalib.patch

@ -120,3 +120,15 @@ Index: src/aaxmouse.c
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Index: src/config.h.in
--- src/config.h.in.orig 2001-04-26 16:37:31.000000000 +0200
+++ src/config.h.in 2005-05-01 14:59:05.583820992 +0200
@@ -24,7 +24,7 @@
#undef SLANG_KBDDRIVER
#undef LINUX_KBDDRIVER
#undef CURSES_MOUSEDRIVER
-#undef GPM_MOUSEDRIVER
+#undef GPM_MOUSEDRIVER_THIS_IS_BROKEN
#undef X11_MOUSEDRIVER
#undef PACKAGE
#undef VERSION

3
aalib/aalib.spec

@ -37,7 +37,7 @@ Class: PLUS
Group: Graphics
License: LGPL
Version: %{V_dist}
Release: 20050315
Release: 20050502
# list of sources
Source0: http://osdn.dl.sourceforge.net/aa-project/aalib-%{version}.tar.gz
@ -79,6 +79,7 @@ AutoReqProv: no
--with-slang-driver=no \
--with-curses-driver=yes \
--with-ncurses=%{l_prefix} \
--without-gpm-mouse \
--without-x \
--disable-shared
%{l_make} %{l_mflags -O}

Loading…
Cancel
Save