From bb5a801abe3d3160ae93303123f4712a4ef94e5e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 8 Feb 2019 09:06:18 +0100 Subject: [PATCH] fix the path in the patches --- debian/patches/kfreebsd/kfreebsd-triple-clang.diff | 2 +- debian/patches/kfreebsd/vfs.diff | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/kfreebsd/kfreebsd-triple-clang.diff b/debian/patches/kfreebsd/kfreebsd-triple-clang.diff index c848440e..904bc769 100644 --- a/debian/patches/kfreebsd/kfreebsd-triple-clang.diff +++ b/debian/patches/kfreebsd/kfreebsd-triple-clang.diff @@ -548,7 +548,7 @@ Index: llvm-toolchain-8_8~+rc2/clang/lib/Driver/ToolChains/KFreeBSD.cpp +} + +/* FIXME: -+/home/srs/DEBs/llvm-toolchain-7/llvm-toolchain-7-7.0.1~+rc2-7/tools/clang/lib/Driver/ToolChains/KFreeBSD.cpp:431:15: error: no declaration matches ‘clang::SanitizerMask clang::driver::toolchains::kFreeBSD::getSupportedSanitizers() const’ ++/home/srs/DEBs/llvm-toolchain-7/llvm-toolchain-7-7.0.1~+rc2-7/clang/lib/Driver/ToolChains/KFreeBSD.cpp:431:15: error: no declaration matches ‘clang::SanitizerMask clang::driver::toolchains::kFreeBSD::getSupportedSanitizers() const’ + SanitizerMask kFreeBSD::getSupportedSanitizers() const { +*/ +SanitizerMask kFreeBSD::getSupportedSanitizers() const { diff --git a/debian/patches/kfreebsd/vfs.diff b/debian/patches/kfreebsd/vfs.diff index c95665fb..d7ac5a89 100644 --- a/debian/patches/kfreebsd/vfs.diff +++ b/debian/patches/kfreebsd/vfs.diff @@ -1,4 +1,4 @@ -Index: llvm-toolchain-8-8~+rc2/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-8-8~+rc2/tools/clang/lib/Driver/ToolChains/KFreeBSD.cpp +Index: llvm-toolchain-8-8~+rc2/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-8-8~+rc2/tools/clang/!lib/Driver/ToolChains/KFreeBSD.cpp =================================================================== --- llvm-toolchain-8-8~+rc2.orig/home/sylvestre/dev/debian/pkg-llvm/llvm-toolchain/branches/llvm-toolchain-8-8~+rc2/tools/clang/lib/Driver/ToolChains/KFreeBSD.cpp +++ /dev/null