From 6eb9f91b2ad04b17b1b590aca2b485fdf2d89465 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 22 Sep 2014 15:28:04 -0300 Subject: mesa-libcl-10.2.8-1: updating version --- libre/mesa-libcl/llvm35.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 libre/mesa-libcl/llvm35.patch (limited to 'libre/mesa-libcl/llvm35.patch') diff --git a/libre/mesa-libcl/llvm35.patch b/libre/mesa-libcl/llvm35.patch deleted file mode 100644 index b8dc6fe26..000000000 --- a/libre/mesa-libcl/llvm35.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 564821c917f4a9d5a0de2ee77b90b0cd85e3d3a6 Mon Sep 17 00:00:00 2001 -From: Aaron Watry -Date: Fri, 20 Jun 2014 19:13:30 -0500 -Subject: gallivm: Fix build after LLVM commit 211259 - -Signed-off-by: Aaron Watry -Reviewed-by: Tom Stellard - -diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp -index df26883..413a0c2 100644 ---- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp -+++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp -@@ -51,7 +51,9 @@ - #include - #include - --#if HAVE_LLVM >= 0x0303 -+#if HAVE_LLVM >= 0x0305 -+#define OwningPtr std::unique_ptr -+#elif HAVE_LLVM >= 0x0303 - #include - #endif - --- -cgit v0.10.2 - -- cgit v1.2.3