summaryrefslogtreecommitdiffstats
path: root/abs/core/llvm/cindexer-clang-path.patch
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-21 07:46:40 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-21 07:46:40 (GMT)
commit6199ba3a18c3b76e4962206722bdd4fe7d3096e0 (patch)
treebb5a0082c8b4de8e096b54b5b4c421b3e97b7dd4 /abs/core/llvm/cindexer-clang-path.patch
parent444454770de1e247155a3557fab141be24c3a03b (diff)
parent56ff12b7fb2841e49431084a5b85d95fe8c9de2b (diff)
downloadlinhes_pkgbuild-6199ba3a18c3b76e4962206722bdd4fe7d3096e0.zip
linhes_pkgbuild-6199ba3a18c3b76e4962206722bdd4fe7d3096e0.tar.gz
linhes_pkgbuild-6199ba3a18c3b76e4962206722bdd4fe7d3096e0.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/llvm/cindexer-clang-path.patch')
-rw-r--r--abs/core/llvm/cindexer-clang-path.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/llvm/cindexer-clang-path.patch b/abs/core/llvm/cindexer-clang-path.patch
new file mode 100644
index 0000000..ddaab69
--- /dev/null
+++ b/abs/core/llvm/cindexer-clang-path.patch
@@ -0,0 +1,10 @@
+--- tools/libclang/CIndexer.cpp.orig 2011-04-07 13:08:24.000000000 +0300
++++ tools/libclang/CIndexer.cpp 2011-04-07 13:11:52.224884642 +0300
+@@ -80,6 +80,7 @@ std::string CIndexer::getClangResourcesP
+
+ // We now have the CIndex directory, locate clang relative to it.
+ LibClangPath.eraseComponent();
++ LibClangPath.eraseComponent();
+ #endif
+
+ LibClangPath.appendComponent("clang");