$OpenBSD: patch-src_common_jingle_py,v 1.1 2012/04/05 16:08:56 jasper Exp $

port Gajim to use Farstream instead of Farsight2.
from upstream changeset dfd58bb1ad06.

--- src/common/jingle.py.orig	Thu Apr  5 11:35:16 2012
+++ src/common/jingle.py	Thu Apr  5 11:35:26 2012
@@ -35,7 +35,7 @@ import helpers
 import gajim
 
 from jingle_session import JingleSession, JingleStates
-if gajim.HAVE_FARSIGHT:
+if gajim.HAVE_FARSTREAM:
     from jingle_rtp import JingleAudio, JingleVideo
 
 
