summaryrefslogtreecommitdiff
path: root/multimedia/farsight2/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-17 21:13:03 +0000
committerwiz <wiz>2009-08-17 21:13:03 +0000
commit44cf2c5d6d5a126f59d57021dba50eb0ceef2838 (patch)
tree17a58a76b457420a5a4f9eb05fdab2f1c785e4c7 /multimedia/farsight2/patches/patch-aa
parentfb53b2ddf53c3bf72170addd55cfd973e6f0a20c (diff)
downloadpkgsrc-44cf2c5d6d5a126f59d57021dba50eb0ceef2838.tar.gz
Initial import of farsight2-0.0.14:
The Farsight project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. The main target clients for Farsight are Instant Messaging applications. These applications should be able to use Farsight for all their Audio/Video conferencing needs without having to worry about any of the lower level streaming and NAT traversal issues. Farsight forms an integral part of the Telepathy framework. It is used by Empathy through the Telepathy-Farsight library. It can also be easily used on embedded platforms by using Stream-Engine. The Telepathy-Farsight library binds it to the Connection Managers via D-Bus and the Telepathy Media Stream Spec and is used for all their streaming requirements.
Diffstat (limited to 'multimedia/farsight2/patches/patch-aa')
-rw-r--r--multimedia/farsight2/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/farsight2/patches/patch-aa b/multimedia/farsight2/patches/patch-aa
new file mode 100644
index 00000000000..ca1b7e10229
--- /dev/null
+++ b/multimedia/farsight2/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
+
+https://bugs.freedesktop.org/show_bug.cgi?id=23378
+
+--- configure.orig 2009-08-03 20:33:06.000000000 +0000
++++ configure
+@@ -24712,7 +24712,7 @@ rm -f core conftest.err conftest.$ac_obj
+ $as_echo "$flag_ok" >&6; }
+
+
+- if test "x$ERROR_CFLAGS" == "x"
++ if test "x$ERROR_CFLAGS" = "x"
+ then
+
+ { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5