summaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-16 21:31:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-09-16 21:31:09 +0000
commitd956f1b7f236fa002707b3b17f00c01483a31dbd (patch)
tree551fdb723e2ec52dc01981085c3907e734e9aa01 /devel/android-tools-fastboot
parent- Fix build with PULSEAUDIO (see also https://github.com/magnush/mhwaveedit/p... (diff)
devel/android-tools-fastboot: better name file for FreeBSD support
While tested mainly on FreeBSD and DragonFly it may also work on NetBSD and OpenBSD which use reference libusb implementation.
Notes
Notes: svn path=/head/; revision=512191
Diffstat (limited to 'devel/android-tools-fastboot')
-rw-r--r--devel/android-tools-fastboot/files/Makefile2
-rw-r--r--devel/android-tools-fastboot/files/usb_libusb.cpp (renamed from devel/android-tools-fastboot/files/usb_freebsd.cpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/devel/android-tools-fastboot/files/Makefile b/devel/android-tools-fastboot/files/Makefile
index abbb88e6bfff..be9029ea8d77 100644
--- a/devel/android-tools-fastboot/files/Makefile
+++ b/devel/android-tools-fastboot/files/Makefile
@@ -17,7 +17,7 @@ SRCS+= udp.cpp
SRCS+= util.cpp
.PATH: ${EXTRADIR}
-SRCS+= usb_freebsd.cpp
+SRCS+= usb_libusb.cpp
# required by fastboot, diagnose_usb and libziparchive
.PATH: ${.CURDIR}/../base
diff --git a/devel/android-tools-fastboot/files/usb_freebsd.cpp b/devel/android-tools-fastboot/files/usb_libusb.cpp
index de2385f6a27b..de2385f6a27b 100644
--- a/devel/android-tools-fastboot/files/usb_freebsd.cpp
+++ b/devel/android-tools-fastboot/files/usb_libusb.cpp