diff --git a/debian/patches/28-gcc-4.7-paths.diff b/debian/patches/28-gcc-4.7-paths.diff index 504cf1de..c3b79cb8 100644 --- a/debian/patches/28-gcc-4.7-paths.diff +++ b/debian/patches/28-gcc-4.7-paths.diff @@ -1,10 +1,10 @@ -Index: clang-3.2/tools/clang/lib/Driver/ToolChains.cpp +Index: llvm-3.2.src/clang/lib/Driver/ToolChains.cpp =================================================================== ---- clang-3.2~rc1.orig/tools/clang/lib/Driver/ToolChains.cpp 2012-11-27 12:21:42.000000000 +0100 -+++ clang-3.2~rc1/tools/clang/lib/Driver/ToolChains.cpp 2012-11-29 09:47:06.000000000 +0100 +--- llvm-3.2.src.orig/clang/lib/Driver/ToolChains.cpp 2013-01-18 15:57:25.240901367 +0100 ++++ llvm-3.2.src/clang/lib/Driver/ToolChains.cpp 2013-01-18 15:57:49.752900485 +0100 @@ -36,6 +36,9 @@ #include // ::getenv - + #include "clang/Config/config.h" // for GCC_INSTALL_PREFIX +#include "clang/Debian/debian_path.h" + @@ -12,7 +12,7 @@ Index: clang-3.2/tools/clang/lib/Driver/ToolChains.cpp using namespace clang::driver; using namespace clang::driver::toolchains; -@@ -2316,6 +2318,10 @@ +@@ -2379,6 +2382,10 @@ const std::string IncludePathCandidates[] = { LibDir.str() + "/../include/c++/" + Version.str(), diff --git a/debian/patches/57-lldb-soname.diff b/debian/patches/57-lldb-soname.diff index 79175c5c..c1cae205 100644 --- a/debian/patches/57-lldb-soname.diff +++ b/debian/patches/57-lldb-soname.diff @@ -1,7 +1,7 @@ -Index: llvm-toolchain-3.2-3.2/tools/lldb/lib/Makefile +Index: llvm-toolchain-3.2-3.2/lldb/lib/Makefile =================================================================== ---- llvm-toolchain-3.2-3.2.orig/tools/lldb/lib/Makefile 2013-01-13 09:30:41.000000000 +0100 -+++ llvm-toolchain-3.2-3.2/tools/lldb/lib/Makefile 2013-01-17 18:01:01.000000000 +0100 +--- llvm-toolchain-3.2-3.2.orig/lldb/lib/Makefile 2013-01-13 09:30:41.000000000 +0100 ++++ llvm-toolchain-3.2-3.2/lldb/lib/Makefile 2013-01-17 18:01:01.000000000 +0100 @@ -135,7 +135,7 @@ endif endif