summarylogtreecommitdiffstats
path: root/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
diff options
context:
space:
mode:
authorBjoern Franke2018-12-09 18:44:35 +0100
committerBjoern Franke2018-12-09 18:44:35 +0100
commit240abdd853baf74f5b3397c2f654488a836049d6 (patch)
treee382a4dc0af659e72805baca26b199f0804885e6 /0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
parent53ff5f7f8cdee536d4c93ed2365bd58115c1ea6f (diff)
downloadaur-240abdd853baf74f5b3397c2f654488a836049d6.tar.gz
fixed .SRCINFO and patch
Diffstat (limited to '0a5a75babfbd8049be0cd3814df461f73880e0a7.patch')
-rw-r--r--0a5a75babfbd8049be0cd3814df461f73880e0a7.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch b/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
new file mode 100644
index 000000000000..cc4e5edc78df
--- /dev/null
+++ b/0a5a75babfbd8049be0cd3814df461f73880e0a7.patch
@@ -0,0 +1,22 @@
+From 0a5a75babfbd8049be0cd3814df461f73880e0a7 Mon Sep 17 00:00:00 2001
+From: ubinix-warun <warun@ubinix.com>
+Date: Thu, 4 Oct 2018 11:39:07 +0700
+Subject: [PATCH] FIX: libusb.h => <libusb-1.0/libusb.h>
+
+---
+ dependencies/usb-modeswitch/usb_modeswitch.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dependencies/usb-modeswitch/usb_modeswitch.h b/dependencies/usb-modeswitch/usb_modeswitch.h
+index 69532c2..92503be 100644
+--- a/dependencies/usb-modeswitch/usb_modeswitch.h
++++ b/dependencies/usb-modeswitch/usb_modeswitch.h
+@@ -23,7 +23,7 @@
+ */
+
+ #include <stdlib.h>
+-#include <libusb.h>
++#include <libusb-1.0/libusb.h>
+
+ void readConfigFile(const char *configFilename);
+ void printConfig();