1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/multimedia/libv4l/files/patch-utils_dvb_dvbv5-daemon.c
Hans Petter Selasky 6dd2426803 Upgrade v4l_compat, libv4l and v4l-utils to v1.18.0.
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)
2020-04-17 08:34:50 +00:00

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