diff options
author | François Andriot <albator78@libertysurf.fr> | 2013-08-31 15:41:39 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2013-08-31 15:41:39 +0200 |
commit | 211ce4a54e04ece6ee31c2495abf6702ad83db6d (patch) | |
tree | 07ba7a57dcde5b17e60173c0ee2205cb02b3d4f4 /redhat/libraries/python-trinity | |
parent | f0cf80f7211bb1271a8093cb5dd012e8a41ff9cf (diff) | |
download | tde-packaging-211ce4a54e04ece6ee31c2495abf6702ad83db6d.tar.gz tde-packaging-211ce4a54e04ece6ee31c2495abf6702ad83db6d.zip |
RPM Packaging: remove obsolete patches
Diffstat (limited to 'redhat/libraries/python-trinity')
-rw-r--r-- | redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index 22c7387f3..000000000 --- a/redhat/libraries/python-trinity/python-trinity-14.0.0-tde_includedir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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(): |