You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/redhat/libraries/python-trinity/python-trinity-3.5.13-fix_m...

12 lines
376 B

--- 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():