From f90fb033659bc7e0248b3eff17016d365b98b903 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 7 Oct 2010 09:17:09 +0200 Subject: [PATCH] xvidcap: fixed to build against xextproto >= 7.1.1 --- .../xvidcap/xvidcap-1.1.7-xextproto.patch | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 multimedia/xvidcap/xvidcap-1.1.7-xextproto.patch diff --git a/multimedia/xvidcap/xvidcap-1.1.7-xextproto.patch b/multimedia/xvidcap/xvidcap-1.1.7-xextproto.patch new file mode 100644 index 000000000..9f002e475 --- /dev/null +++ b/multimedia/xvidcap/xvidcap-1.1.7-xextproto.patch @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../xvidcap/xvidcap-1.1.7-xextproto.patch +# Copyright (C) 2010 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +Description: Fix to build against xextproto >= 7.1.1 + +--- xvidcap-1.1.7/src/capture.c.orig 2010-10-06 18:11:58.368001191 +0200 ++++ xvidcap-1.1.7/src/capture.c 2010-10-06 18:12:22.208001191 +0200 +@@ -65,7 +65,7 @@ + #include + #include + #include +-#include ++#include + #ifndef SOLARIS + #include + #endif // SOLARIS