cd1ee1d986
they are installed and should work without the pkgsrc framework to define e.g. LIBTOOL. Bump the revision for this. Fix the inclusion in Makefiles by crudely faking the installation directory layout. Remove some explicit casts which break with GCC 3.4 and OpenSSL 0.9.8, this might need to be conditionalized. Add DraogonFly support and somewhat cleanup the FreeBSD sound includes.
24 lines
727 B
Text
24 lines
727 B
Text
$NetBSD: patch-ag,v 1.5 2006/01/08 04:57:55 joerg Exp $
|
|
|
|
--- include/ptlib/unix/ptlib/videoio.h.orig 2006-01-08 03:14:38.000000000 +0000
|
|
+++ include/ptlib/unix/ptlib/videoio.h
|
|
@@ -110,6 +110,10 @@
|
|
#include <machine/ioctl_meteor.h>
|
|
#endif
|
|
|
|
+#if defined(P_DRAGONFLY)
|
|
+#include <dev/video/meteor/ioctl_meteor.h>
|
|
+#endif
|
|
+
|
|
#if defined(P_OPENBSD) || defined(P_NETBSD)
|
|
#if P_OPENBSD >= 200105
|
|
#include <dev/ic/bt8xx.h>
|
|
@@ -178,7 +182,7 @@
|
|
struct video_mmap frameBuffer[2];
|
|
#endif
|
|
|
|
-#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD)
|
|
+#if defined(P_FREEBSD) || defined(P_OPENBSD) || defined(P_NETBSD) || defined(P_DRAGONFLY)
|
|
struct video_capability
|
|
{
|
|
int channels; /* Num channels */
|