summaryrefslogtreecommitdiff
path: root/debian/patches/python-clangpath.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/python-clangpath.diff')
-rw-r--r--debian/patches/python-clangpath.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/python-clangpath.diff b/debian/patches/python-clangpath.diff
new file mode 100644
index 0000000..3826d7f
--- /dev/null
+++ b/debian/patches/python-clangpath.diff
@@ -0,0 +1,13 @@
+Index: llvm-toolchain-snapshot_3.5~svn199197/clang/bindings/python/clang/cindex.py
+===================================================================
+--- llvm-toolchain-snapshot_3.5~svn199197.orig/clang/bindings/python/clang/cindex.py 2014-01-14 11:31:18.444868130 +0100
++++ llvm-toolchain-snapshot_3.5~svn199197/clang/bindings/python/clang/cindex.py 2014-01-14 11:31:18.440868130 +0100
+@@ -3371,7 +3371,7 @@
+ elif name == 'Windows':
+ file = 'libclang.dll'
+ else:
+- file = 'libclang.so'
++ file = 'libclang-3.8.so'
+
+ if Config.library_path:
+ file = Config.library_path + '/' + file