diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-07-05 20:24:55 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-07-05 20:24:55 +0200 |
commit | 66558bf7ba6bd4c25d1ebb13f233ea61bb9e0252 (patch) | |
tree | bbab545b01450bbe6ce70113ec641860445e3863 /redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch | |
parent | 84236b1a97dac6fc43ba593b98577f7b820a1c36 (diff) | |
download | tde-packaging-66558bf7ba6bd4c25d1ebb13f233ea61bb9e0252.tar.gz tde-packaging-66558bf7ba6bd4c25d1ebb13f233ea61bb9e0252.zip |
RPM Packaging: lot of R14 packages
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.patch | 11 |
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(): |