diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:06:58 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-08-09 12:06:58 +0200 |
commit | f07d66d3a500f97e3feb957bd024633b72861cc1 (patch) | |
tree | 6808303d4cac33aac0512f2d7e2863f4c2e7e363 /redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch | |
parent | fcef5cfe7c50b13ea5dab0986f48b3619b00edb1 (diff) | |
download | tde-packaging-f07d66d3a500f97e3feb957bd024633b72861cc1.tar.gz tde-packaging-f07d66d3a500f97e3feb957bd024633b72861cc1.zip |
RHEL/Fedora: updates libraries for MGA/MDV build
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch new file mode 100644 index 000000000..7769b4f27 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_mandrake_detection.patch @@ -0,0 +1,11 @@ +--- python-trinity/configure.py.ORI 2012-08-05 00:02:51.785715468 +0200 ++++ python-trinity/configure.py 2012-08-05 00:03:02.312464939 +0200 +@@ -513,7 +513,7 @@ + + for file in dist: + if file.find ("andrake") > 0: +- kde_sip_flags.remove ("ALL") ++ kde_sip_flags.pop() + kde_sip_flags.append ("D_MANDRAKE") + + def set_sip_flags(): |