Skip to content

Commit 1645521

Browse files
committed
debian/patches - correct-libusb-path.patch - "reintroduced" to fix a single left-out versioned include of libusb.h . Should resolve FTBFS on kfreeebsd (Closes: #728483)
1 parent e807b12 commit 1645521

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
libfreenect (1:0.2.0+dfsg-2) unstable; urgency=low
2+
3+
* debian/patches
4+
- correct-libusb-path.patch - "reintroduced" to fix a single left-out
5+
versioned include of libusb.h . Should resolve FTBFS on kfreeebsd
6+
(Closes: #728483)
7+
8+
-- Yaroslav Halchenko <debian@onerussian.com> Fri, 01 Nov 2013 14:44:18 -0400
9+
110
libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low
211

312
* Fresh upstream release
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- a/wrappers/cpp/libfreenect.hpp
2+
+++ b/wrappers/cpp/libfreenect.hpp
3+
@@ -31,7 +31,7 @@
4+
#include <sstream>
5+
#include <map>
6+
#include <pthread.h>
7+
-#include <libusb-1.0/libusb.h>
8+
+#include <libusb.h>
9+
10+
namespace Freenect {
11+
class Noncopyable {

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
correct-libusb-path.patch
12
modify-fakenect-install.patch
23
use-standard-libdir.patch
34
dont-install-into-include-subfolder.patch

0 commit comments

Comments
 (0)