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 @
This commit is contained in:
Hans Petter Selasky 2012-04-25 21:50:20 +00:00
parent 084f679591
commit 93fab61dfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234686

View File

@ -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