mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
f1d8da739e
- V4L support enabled for webcamd (works fine with DVB-S2 USB hardware) - Use USERS/GROUPS framework - Removed automatic database creation from POST-INSTALL [1] - Harmonize mythtv and mythtv-frontend Makefiles and patches - Remove incorrect CONFLICTS entry for mythtv-themes Feature safe: yes Discussed with: Mickael Maillot <mickael.maillot (AT) gmail.com> [1] Thanks to: Torfinn Ingolfsen <torfinn.ingolfsen (AT) broadpark.no> Approved by: beat (co-mentor)
13 lines
349 B
C++
13 lines
349 B
C++
--- libs/libmythtv/dvbdev/dvbci.cpp.orig 2010-03-07 04:11:52.000000000 +0100
|
|
+++ libs/libmythtv/dvbdev/dvbci.cpp 2010-04-26 23:30:52.000000000 +0200
|
|
@@ -28,7 +28,9 @@
|
|
#include <errno.h>
|
|
#include <ctype.h>
|
|
#include <linux/dvb/ca.h>
|
|
+#ifndef __FreeBSD__
|
|
#include <malloc.h>
|
|
+#endif
|
|
#include <netinet/in.h>
|
|
#include <poll.h>
|
|
#include <string.h>
|