- 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)
11 lines
238 B
C
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
|