summaryrefslogtreecommitdiff
path: root/sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch')
-rw-r--r--sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch b/sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch
new file mode 100644
index 000000000000..813a42b50171
--- /dev/null
+++ b/sys-freebsd/freebsd-lib/files/freebsd-lib-10.3-libusb.patch
@@ -0,0 +1,13 @@
+diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile
+index 88ec3fe..076b8d4 100644
+--- a/lib/libusb/Makefile
++++ b/lib/libusb/Makefile
+@@ -38,7 +38,7 @@ SRCS+= libusb10_io.c
+ CFLAGS+= -DCOMPAT_32BIT
+ .else
+ FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc
+-FILESDIR= ${LIBDATADIR}/pkgconfig
++FILESDIR= ${LIBDIR}/pkgconfig
+ .endif
+
+ #