freebsd-ports/security/pam_fprint/files/patch-src_Makefile.am
Michael Scheidell a6acced551 - Submitter is now Maintainer
- There's one more commit after version 0.2 on github. After that, the
software discontinued. This version is adopted
  by Debian
  - added alocal/automake
  - Committed with changed (added IGNORE for FreeBSD < 8.x since libusb
1.0 is needed, see libfprint)

PR:		161225
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	ports (maintainer timeout) gabor (mentor)
Feature safe:	yes
2011-11-29 14:56:21 +00:00

11 lines
360 B
Text

--- src/Makefile.am~ 2009-01-08 15:31:21.000000000 -0600
+++ src/Makefile.am 2011-10-02 01:51:52.845401986 -0500
@@ -1,7 +1,6 @@
-noinst_PROGRAMS = pamtest
bin_PROGRAMS = pam_fprint_enroll
pammod_PROGRAMS = pam_fprint.so
-pammoddir=/lib/security
+pammoddir=$(PREFIX)/lib
pam_fprint_so_SOURCES = pam_fprint.c
pam_fprint_so_CFLAGS = -fPIC $(FPRINT_CFLAGS)