From d8e1ce857bedb9d018ae0918b4c90686d604c2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 24 Jun 2013 19:58:32 +0200 Subject: RPM Packaging: add 3.5.13.2 build patches --- .../python-trinity-3.5.13.2-fix_tde_includedir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch (limited to 'redhat/libraries/python-trinity') 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 new file mode 100644 index 000000000..5921695e8 --- /dev/null +++ b/redhat/libraries/python-trinity/python-trinity-3.5.13.2-fix_tde_includedir.patch @@ -0,0 +1,11 @@ +--- 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(): -- cgit v1.2.1