summaryrefslogtreecommitdiffstats
path: root/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch')
-rw-r--r--redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch
deleted file mode 100644
index 5921695e8..000000000
--- a/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- trinity-python-trinity-3.5.13.2/configure.py.ORI 2013-01-20 14:28:38.844683333 +0100
-+++ trinity-python-trinity-3.5.13.2/configure.py 2013-01-20 14:29:05.179062079 +0100
-@@ -410,7 +410,7 @@
-
- if not opt_kdeincdir:
- incSearchPaths = [os.path.join (opt_kdebasedir, "include")]
-- incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "kde")) # Red Hat
-+ incSearchPaths.append (os.path.join (opt_kdebasedir, "include", "tde")) # Red Hat
- opt_kdeincdir = search ("kapplication.h", incSearchPaths)
-
- def check_kde_installation():