summaryrefslogtreecommitdiffstats
path: root/lib/libusb
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2012-04-25 21:50:20 +0000
committerhselasky <hselasky@FreeBSD.org>2012-04-25 21:50:20 +0000
commitaecc1920f0d473e73af13b65ffcd164ba4babc87 (patch)
tree559e1302b581370e521a5bb07b288a91c61fba8f /lib/libusb
parentf6cd2533c30ea0db14cdf6f4f2f95244e999e485 (diff)
downloadFreeBSD-src-aecc1920f0d473e73af13b65ffcd164ba4babc87.zip
FreeBSD-src-aecc1920f0d473e73af13b65ffcd164ba4babc87.tar.gz
Bump the libusb major version due to the last commit, which
changes the libusb 1.0 API. While at it, correct a manual page symlink. Suggested by: kib @
Diffstat (limited to 'lib/libusb')
-rw-r--r--lib/libusb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
index 538b8e6..75efe2e 100644
--- a/lib/libusb/Makefile
+++ b/lib/libusb/Makefile
@@ -5,7 +5,7 @@
#
LIB= usb
-SHLIB_MAJOR= 2
+SHLIB_MAJOR= 3
SHLIB_MINOR= 0
SRCS= libusb20.c
SRCS+= libusb20_desc.c
@@ -70,7 +70,7 @@ MLINKS += libusb.3 libusb_detach_kernel_driver.3
MLINKS += libusb.3 libusb_detach_kernel_driver_np.3
MLINKS += libusb.3 libusb_attach_kernel_driver.3
MLINKS += libusb.3 libusb_get_device_descriptor.3
-MLINKS += libusb.3 libsub_get_active_config_descriptor.3
+MLINKS += libusb.3 libusb_get_active_config_descriptor.3
MLINKS += libusb.3 libusb_get_config_descriptor.3
MLINKS += libusb.3 libusb_get_config_descriptor_by_value.3
MLINKS += libusb.3 libusb_free_config_descriptor.3
OpenPOWER on IntegriCloud