diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-13 06:38:24 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-13 06:38:24 +0000 |
commit | 061f4ff1a503bb3b733a04225a099fb04b80c65d (patch) | |
tree | 6e7f1535e90876390653618d31e1c41fa3fdb2cf /sysutils/ipad_charge/files | |
parent | 894214b30d876621e50980631872cd42b8f302f1 (diff) | |
download | ports-061f4ff1a503bb3b733a04225a099fb04b80c65d.tar.gz ports-061f4ff1a503bb3b733a04225a099fb04b80c65d.zip |
Notes
Diffstat (limited to 'sysutils/ipad_charge/files')
-rw-r--r-- | sysutils/ipad_charge/files/patch-ipad_charge.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/ipad_charge/files/patch-ipad_charge.c b/sysutils/ipad_charge/files/patch-ipad_charge.c new file mode 100644 index 000000000000..1a940cb04165 --- /dev/null +++ b/sysutils/ipad_charge/files/patch-ipad_charge.c @@ -0,0 +1,11 @@ +--- ipad_charge.c.orig 2011-05-11 03:59:12.000000000 +0800 ++++ ipad_charge.c 2012-01-13 14:07:58.000000000 +0800 +@@ -4,7 +4,7 @@ + #include <stdlib.h> + #include <string.h> + #include <unistd.h> +-#include <libusb-1.0/libusb.h> ++#include <libusb.h> + + #define VERSION "1.0" + |