diff options
| author | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:27:55 +0200 |
|---|---|---|
| committer | Francois Andriot <francois.andriot@free.fr> | 2012-10-21 19:27:55 +0200 |
| commit | eebed6b614c52895321754908c05b5082f531b85 (patch) | |
| tree | 56bf0c5f54512c2fd8ed02cbe16d1da83b723461 /redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch | |
| parent | 59daf455b483742c6c47099652117074df37889a (diff) | |
| download | tde-packaging-eebed6b614c52895321754908c05b5082f531b85.tar.gz tde-packaging-eebed6b614c52895321754908c05b5082f531b85.zip | |
RHEL/Fedora/MGA/MDV/Suse: update main and libraries for TDE 3.5.13.1
Diffstat (limited to 'redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch')
| -rw-r--r-- | redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch b/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch new file mode 100644 index 000000000..d48270692 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13.1-add_include_directory.patch @@ -0,0 +1,10 @@ +--- python-trinity-3.5.13.1/configure.py.ORI 2012-10-02 19:01:51.164215802 +0000 ++++ python-trinity-3.5.13.1/configure.py 2012-10-02 19:02:06.842913909 +0000 +@@ -411,6 +411,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")) # TDE 3.5.13.1 + opt_kdeincdir = search ("kapplication.h", incSearchPaths) + + def check_kde_installation(): |
