[Midnightbsd-cvs] mports: patch-kopete_libkopete_avdevice-videocontrol.h: Magus is failing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Jun 25 10:45:41 EDT 2008


Log Message:
-----------
Magus is failing on vidcontrol

Added Files:
-----------
    mports/net-im/kopete/files:
        patch-kopete_libkopete_avdevice-videocontrol.h (r1.1)

-------------- next part --------------
--- /dev/null
+++ net-im/kopete/files/patch-kopete_libkopete_avdevice-videocontrol.h
@@ -0,0 +1,15 @@
+--- kopete/libkopete/avdevice/videocontrol.h.orig	2007-10-25 21:59:52.000000000 +0200
++++ kopete/libkopete/avdevice/videocontrol.h	2007-10-25 22:00:03.000000000 +0200
+@@ -20,7 +20,11 @@
+ #ifndef KOPETE_AVVIDEOCONTROL_H
+ #define KOPETE_AVVIDEOCONTROL_H
+ 
+-#include <asm/types.h>
++#include <sys/types.h>
++typedef int32_t __s32;
++typedef uint32_t __u32;
++typedef uint16_t __u16;
++typedef uint8_t __u8;
+ #undef __STRICT_ANSI__
+ #ifndef __u64 //required by videodev.h
+ #define __u64 unsigned long long


More information about the Midnightbsd-cvs mailing list