diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 17:45:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 17:45:57 +0000 |
commit | 0c90ab9cb37d126a636bda9e76ccb6e3cb9aeeb8 (patch) | |
tree | 47d6731066ba74297f03ec75bb2d7b4b82dad7fd /security/pam_fprint/files/patch-src_pam__fprint__enroll.c | |
parent | Update security/erlang-fast_tls to 1.0.17 (diff) |
- Convert to USES=autoreconf.
- Replace WRKSRC=WRKDIR with NO_WRKSUBDIR=yes.
- Fix includes of fprint.h so CONFIGURE_ENV can be removed.
Diffstat (limited to 'security/pam_fprint/files/patch-src_pam__fprint__enroll.c')
-rw-r--r-- | security/pam_fprint/files/patch-src_pam__fprint__enroll.c | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/security/pam_fprint/files/patch-src_pam__fprint__enroll.c b/security/pam_fprint/files/patch-src_pam__fprint__enroll.c index 6c4fccc4b6d0..f7357abeda47 100644 --- a/security/pam_fprint/files/patch-src_pam__fprint__enroll.c +++ b/security/pam_fprint/files/patch-src_pam__fprint__enroll.c @@ -1,6 +1,15 @@ ---- src/pam_fprint_enroll.c~ 2009-01-08 15:31:21.000000000 -0600 -+++ src/pam_fprint_enroll.c 2011-11-13 02:15:43.976691333 -0600 -@@ -47,7 +47,7 @@ static struct fp_dscv_dev *discover_devi +--- src/pam_fprint_enroll.c.orig 2009-01-08 21:31:21 UTC ++++ src/pam_fprint_enroll.c +@@ -26,7 +26,7 @@ + #include <unistd.h> + #include <getopt.h> + +-#include <libfprint/fprint.h> ++#include <fprint.h> + + static const char *finger_names[] = { + [LEFT_THUMB] = "Left Thumb", +@@ -47,7 +47,7 @@ static struct fp_dscv_dev *discover_device(struct fp_d struct fp_dscv_dev *ddev = NULL; int i; |