Skip to content

Commit

Permalink
debian/patches - correct-libusb-path.patch - "reintroduced" to fix a …
Browse files Browse the repository at this point in the history
…single left-out versioned include of libusb.h . Should resolve FTBFS on kfreeebsd (Closes: #728483)
  • Loading branch information
yarikoptic committed Nov 1, 2013
1 parent e807b12 commit 1645521
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
libfreenect (1:0.2.0+dfsg-2) unstable; urgency=low

* 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)

-- Yaroslav Halchenko <debian@onerussian.com> Fri, 01 Nov 2013 14:44:18 -0400

libfreenect (1:0.2.0+dfsg-1) unstable; urgency=low

* Fresh upstream release
Expand Down
11 changes: 11 additions & 0 deletions debian/patches/correct-libusb-path.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- a/wrappers/cpp/libfreenect.hpp
+++ b/wrappers/cpp/libfreenect.hpp
@@ -31,7 +31,7 @@
#include <sstream>
#include <map>
#include <pthread.h>
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>

namespace Freenect {
class Noncopyable {
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
correct-libusb-path.patch
modify-fakenect-install.patch
use-standard-libdir.patch
dont-install-into-include-subfolder.patch
Expand Down

0 comments on commit 1645521

Please sign in to comment.