diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 10:40:15 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 10:40:15 +0000 |
commit | 652cf2a59b92ca140d64a65a5433a4426e12a687 (patch) | |
tree | bf225df93494ed7d1b995fc82962d65a4e602e1c /net/lvwimax/files/patch-lvwimax.c | |
parent | - Trim Makefile header (diff) |
. fix build at 10.x; [1]
. trim Makefile headres;
. fix MASTER_SITES;
. remove the indefinite article from COMMENT;
. remove check for unsupported OS versions.
Pointed out by: pointyhat build (via miwibot) [1]
Diffstat (limited to 'net/lvwimax/files/patch-lvwimax.c')
-rw-r--r-- | net/lvwimax/files/patch-lvwimax.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/lvwimax/files/patch-lvwimax.c b/net/lvwimax/files/patch-lvwimax.c new file mode 100644 index 000000000000..f92eb2196163 --- /dev/null +++ b/net/lvwimax/files/patch-lvwimax.c @@ -0,0 +1,11 @@ +--- lvwimax.c.orig 2009-06-18 00:44:07.000000000 +0500 ++++ lvwimax.c 2013-05-24 12:43:13.000000000 +0400 +@@ -21,7 +21,7 @@ + + #include <syslog.h> + #include <stdlib.h> +-#include <libusb20.h> ++#include <libusb.h> + #include <pthread.h> + #include <poll.h> + #include <errno.h> |