Package: kbd-chooser
Version: 0.54
Tags: patch

Could you please apply the attached patch, so that we
actually have keyboard we can select on amd64?  (Is there
anything else that needs to be done?)


Kurt

--- Makefile.orig       2004-06-06 23:27:48.855928482 +0200
+++ Makefile    2004-06-06 23:24:49.232027242 +0200
@@ -28,6 +28,10 @@
 CFLAGS += -DAT_KBD  -DUSB_KBD 
 KEYBOARDS := at usb
 endif
+ifeq ($(ARCH),amd64)
+CFLAGS += -DAT_KBD  -DUSB_KBD 
+KEYBOARDS := at usb
+endif
 ifeq ($(ARCH),ia64)
 CFLAGS += -DAT_KBD  -DUSB_KBD 
 KEYBOARDS := at usb

Reply via email to