summaryrefslogtreecommitdiffstats
path: root/redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2013-07-07 13:02:31 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2013-07-07 13:02:31 +0200
commit270e590e7ecdaa02d18d563b625d74604c328c0f (patch)
treedf949ce7f4e159c9a20e2e6d08a4f32d5f19c37f /redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch
parent9114dd52f695fc2a1d139624472c43cac0bb4617 (diff)
parent66558bf7ba6bd4c25d1ebb13f233ea61bb9e0252 (diff)
downloadtde-packaging-270e590e7ecdaa02d18d563b625d74604c328c0f.tar.gz
tde-packaging-270e590e7ecdaa02d18d563b625d74604c328c0f.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch')
-rw-r--r--redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch b/redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch
new file mode 100644
index 000000000..22c7387f3
--- /dev/null
+++ b/redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch
@@ -0,0 +1,11 @@
+--- trinity-python-trinity-14.0.0~pre168+4d311123/configure.py.ORI 2013-07-03 21:36:51.304975764 +0200
++++ trinity-python-trinity-14.0.0~pre168+4d311123/configure.py 2013-07-03 21:37:14.099193791 +0200
+@@ -410,7 +410,7 @@
+
+ if not opt_kdeincdir:
+ incSearchPaths = [os.path.join (opt_tdebasedir, "include")]
+- incSearchPaths.append (os.path.join (opt_tdebasedir, "include", "kde")) # Red Hat
++ incSearchPaths.append (os.path.join (opt_tdebasedir, "include", "tde")) # Red Hat
+ opt_kdeincdir = search ("tdeapplication.h", incSearchPaths)
+
+ def check_kde_installation():