Help!

Bug#560114: brltty: FTBFS on kfreebsd-* with 8.x kernel he..

 
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Bugs Dist RSS
Next:  [Patch] perf: use format string of printf to alig..  
Author Message
Petr Salinger
External


Since: May 30, 2006
Posts: 288



PostPosted: Mon Dec 14, 2009 5:10 am    Post subject: Bug#560114: brltty: FTBFS on kfreebsd-* with 8.x kernel headers
Archived from groups: linux>debian>bugs>dist (more info?)


retitle 560114 brltty: FTBFS on kfreebsd-* with 8.x kernel headers
tags 560114 +patch
--

Hi.

The FreeBSD 8.0 introduces a new USB stack with a totally
different API. The upstream used to have during 8.0 development
old USB stack in <legacy/dev/usb/usb.h>, we decided to provide it too.

To solve current FTBFS please use patch bellow.

Sorry for the inconvenience.

Petr

--- brltty-4.1.orig/Programs/usb_kfreebsd.c
+++ brltty-4.1/Programs/usb_kfreebsd.c
@@ -24,7 +24,7 @@
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/param.h>
-#include <dev/usb/usb.h>
+#include <legacy/dev/usb/usb.h>

#include "misc.h"
#include "io_usb.h"



--
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Bugs Dist All times are: Eastern Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum