mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
6dd2426803
The most important change is that up-to-date V4L header files are now sourced from the webcamd distribution tarball. Refer to the ChangeLog file in the v4l-utils tarball for a comprehensive list of changes. PR: 245501 Approved by: pi (implicit)
15 lines
280 B
C
15 lines
280 B
C
--- utils/dvb/dvbv5-daemon.c.orig 2020-04-09 16:29:54 UTC
|
|
+++ utils/dvb/dvbv5-daemon.c
|
|
@@ -18,7 +18,11 @@
|
|
*
|
|
*/
|
|
|
|
+#ifndef __FreeBSD__
|
|
#define _XOPEN_SOURCE 600
|
|
+#else
|
|
+#define tdestroy(...) do {} while (0)
|
|
+#endif
|
|
|
|
#define _FILE_OFFSET_BITS 64
|
|
#define _LARGEFILE_SOURCE 1
|