Commits

Aljaž Srebrnič authored 7d06b6af670
cross/dfu-programmer   update to 0.6.2   fix libusb1.0 includes   maintaner approved (https://trac.macports.org/ticket/37875)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@119510 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

cross/dfu-programmer/files/configure.patch

Added
1 +--- configure 2013-07-19 01:26:22.000000000 +0200
2 ++++ configure.new 2014-04-25 12:08:31.000000000 +0200
3 +@@ -3582,7 +3582,7 @@
4 + have_libusb_1_0=no
5 + if test "$disable_libusb_1_0" = "no"; then
6 + have_libusb_1_0=yes
7 +- LIBUSB_1_0_CFLAGS=-I/usr/include/libusb-1.0
8 ++ LIBUSB_1_0_CFLAGS="-I$prefix/include/libusb-1.0"
9 + LIBUSB_1_0_LIBS=-lusb-1.0
10 + if test "$have_libusb_1_0" = "yes"; then
11 + $as_echo "using libusb_1.0";

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut