freebsd-ports/security/libfprint/files/patch-config.h.in
Pawel Pekala 98d2a6cfde - Update to version 0.4.0
- Mark MAKE_JOBS_UNSAFE
- Mark IGNORE on FreeBSD < 8, needs libusb>=1.0
- Pass maintainership to submitter

PR:		ports/161224
Submitted by:	Zhihao Yuan <lichray@gmail.com>
Approved by:	miwi, wen (mentors implicit)
2011-10-02 18:41:21 +00:00

11 lines
238 B
C

--- config.h.in~ 2011-04-18 12:02:59.000000000 -0500
+++ config.h.in 2011-10-01 23:12:01.979122045 -0500
@@ -117,3 +117,8 @@
#ifndef __cplusplus
#undef inline
#endif
+
+/* FreeBSD >=8 */
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif