ports/security/libfprint/files/patch-config.h.in
Renato Botelho 7aed89abb6 - Update security/libfprint to 0.7.0
- Fix MASTER_SITES
- Add LICENSE / LICENSE_FILE
- Add missing dependencies: nspr and pixman
- Remove unnecessary dependency: ssl
- Re-generate patches using make makepatch

PR:		230039
Approved by:	maintainer
2018-07-26 22:56:30 +00:00

11 lines
194 B
C

--- config.h.in.orig 2017-05-14 16:27:23 UTC
+++ config.h.in
@@ -140,3 +140,8 @@
#ifndef __cplusplus
#undef inline
#endif
+
+/* FreeBSD >=8 */
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif