diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-15 22:04:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-15 22:04:22 +0000 |
commit | 7cce021cfc51cd7da089137d3f4fb8ca7695bdb1 (patch) | |
tree | 6b6c458f2d4e75483dba7556f833541c7b4feeef /security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h | |
parent | Un-hardcode gcc. It still fails to build, but at least it uses the (diff) |
security/libfprint: Upgrade version 0.4.0 => 0.5.1
PR: 188854
Submitted by: Martin Birgmeier
Approved by: maintainer (lichray)
Notes
Notes:
svn path=/head/; revision=365059
Diffstat (limited to 'security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h')
-rw-r--r-- | security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h b/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h new file mode 100644 index 000000000000..7aeb0fab3848 --- /dev/null +++ b/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h @@ -0,0 +1,11 @@ +--- ./libfprint/drivers/vfs301_proto.h.ORIG 2013-06-26 14:13:00.000000000 +0200 ++++ ./libfprint/drivers/vfs301_proto.h 2014-04-21 11:09:27.000000000 +0200 +@@ -18,7 +18,7 @@ + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ +-#include <libusb-1.0/libusb.h> ++#include <libusb.h> + + enum { + VFS301_DEFAULT_WAIT_TIMEOUT = 300, |