Commit Debian 3.0 (quilt) metadata archive/raspbian/1.0.0-16+rpi1 raspbian/1.0.0-16+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Mon, 27 Jun 2022 16:56:13 +0000 (16:56 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 27 Jun 2022 16:56:13 +0000 (16:56 +0000)
[dgit (9.16) quilt-fixup]

debian/patches/build-with-clang-11-to-avoid-armv7-conta.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/build-with-clang-11-to-avoid-armv7-conta.patch b/debian/patches/build-with-clang-11-to-avoid-armv7-conta.patch
new file mode 100644 (file)
index 0000000..d312871
--- /dev/null
@@ -0,0 +1,19 @@
+From: Peter Michael Green <plugwash@raspbian.org>
+Date: Sun, 26 Jun 2022 21:56:04 +0000
+X-Dgit-Generated: 1.0.0-16+rpi1 9d314ffa1cf878c01cd334d1258e52b89ad53d6e
+Subject: Build with clang 11 to avoid armv7 contamination.
+
+
+---
+
+--- hedgewars-1.0.0.orig/cmake_modules/FindClang.cmake
++++ hedgewars-1.0.0/cmake_modules/FindClang.cmake
+@@ -11,7 +11,7 @@
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
+ find_program(CLANG_EXECUTABLE
+-        NAMES clang-mp-3.3 clang-mp-3.2 clang-mp-3.1 clang-mp-3.0 clang
++        NAMES clang-11
+         PATHS /opt/local/bin /usr/local/bin /usr/bin)
+ if (CLANG_EXECUTABLE)
index 11af6b4b1aae5475dd14276c0b7647535ae7a2eb..de9505fd62d0758b4efdc2dd9051401165d10be1 100644 (file)
@@ -8,3 +8,4 @@ fpc-3.2.0.patch
 f09db263bc2a.patch
 #aa011799cb63.patch
 ffmpeg-5.0-compat.patch
+build-with-clang-11-to-avoid-armv7-conta.patch