summaryrefslogtreecommitdiff
path: root/libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch
diff options
context:
space:
mode:
authorGustavo B. Schenkel <gustavo.schenkel@gmail.com>2021-07-10 01:03:46 -0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-12 21:45:06 +0700
commitb56677d039adc135740e5f3eee28eef06405d2cd (patch)
tree10204d419b5937d6b386dae49048ef9d87b67af2 /libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch
parent9453e66b2cff3b29bc4760bfc6d87731457e76fb (diff)
downloadslackbuilds-b56677d039adc135740e5f3eee28eef06405d2cd.tar.gz
libraries/libu2f-host: Updated for version 1.1.11 (unreleased)
Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch')
-rw-r--r--libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch b/libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch
new file mode 100644
index 0000000000..b58608f06e
--- /dev/null
+++ b/libraries/libu2f-host/patches/0002-README-add-FreeBSD-build-information.patch
@@ -0,0 +1,34 @@
+From 24c6b57d25ff574ade39bdcbeb5eed2169f4b532 Mon Sep 17 00:00:00 2001
+From: Ed Maste <emaste@freebsd.org>
+Date: Sat, 8 Jun 2019 01:36:29 -0400
+Subject: [PATCH 02/25] README: add FreeBSD build information
+
+Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com>
+---
+ README | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+diff --git a/README b/README
+index e17d0e5..fefc96b 100644
+--- a/README
++++ b/README
+@@ -177,6 +177,16 @@ Both of these require that a release tarball of the project exists in the
+ current directory. The value of the VERSION variable must match the version
+ on that tarball.
+
++Building from Git works on FreeBSD (excluding documentation), using gmake.
++Dependencies may be installed via:
++
++ # pkg install gengetopt help2man hidapi json-c u2f-devd
++
++And then configure and build using:
++
++ $ ./configure --disable-gtk-doc
++ $ gmake
++
+ Namespaces
+ ----------
+
+--
+2.32.0
+