From: Luca Bruno Date: Sat, 23 Jan 2010 11:39:46 +0000 (+0100) Subject: Fix importing of gst module on GNU/kFreeBSD X-Git-Tag: 1.19.3~485^2~417 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f22436694731782e7a91737d4b9b34de6f804dc;p=platform%2Fupstream%2Fgstreamer.git Fix importing of gst module on GNU/kFreeBSD --- diff --git a/gst/__init__.py b/gst/__init__.py index f29ede2..2521dcc 100644 --- a/gst/__init__.py +++ b/gst/__init__.py @@ -166,7 +166,7 @@ except ImportError: RTLD_LAZY = -1 import os osname = os.uname()[0] - if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD': + if osname == 'Linux' or osname == 'SunOS' or osname == 'FreeBSD' or osname == 'GNU/kFreeBSD': machinename = os.uname()[4] if machinename == 'mips' or machinename == 'mips64': RTLD_GLOBAL = 0x4