lib32/lib32-llvm/cindexer-clang-path.patch
Daniele c14a30b6d0 Upgrading lib32-llvm to 3.1 to match what's in platform-testing.
Also removed all the patches, so that the PKGBUILDs are aligned.
2012-07-17 04:44:49 +02:00

11 lines
395 B
Diff

--- 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");