summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-07-01 16:07:12 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-01 16:09:01 +0200
commit820d67f4c5439b14e47fd4f2d62e3fce3fec6300 (patch)
tree4dda4023000025a391e080da1dc45a77cf6fcd96 /gnu
parent8b95cec786aad7bd5d92db167f3be6d87f4a65b4 (diff)
gnu: zxing-cpp: Remove unused patch.
This is a follow-up to commit df44180879a96c82181d1411c93cf4b3d43b3c4e . * gnu/packages/patches/zxing-cpp-1.2.0-gcc-14.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister file.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/local.mk1
-rw-r--r--gnu/packages/patches/zxing-cpp-1.2.0-gcc-14.patch13
2 files changed, 0 insertions, 14 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 92a1cafa0a3..678a1849efe 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2711,7 +2711,6 @@ dist_patch_DATA = \
2711 %D%/packages/patches/zig-0.15-fix-runpath.patch \ 2711 %D%/packages/patches/zig-0.15-fix-runpath.patch \
2712 %D%/packages/patches/zig-0.16-fix-runpath.patch \ 2712 %D%/packages/patches/zig-0.16-fix-runpath.patch \
2713 %D%/packages/patches/zuo-bin-sh.patch \ 2713 %D%/packages/patches/zuo-bin-sh.patch \
2714 %D%/packages/patches/zxing-cpp-1.2.0-gcc-14.patch \
2715 %D%/packages/patches/zynaddsubfx-3.0.6-include-cstdint.patch \ 2714 %D%/packages/patches/zynaddsubfx-3.0.6-include-cstdint.patch \
2716 %D%/packages/patches/zynaddsubfx-3.0.6-system-rtosc.patch 2715 %D%/packages/patches/zynaddsubfx-3.0.6-system-rtosc.patch
2717 2716
diff --git a/gnu/packages/patches/zxing-cpp-1.2.0-gcc-14.patch b/gnu/packages/patches/zxing-cpp-1.2.0-gcc-14.patch
deleted file mode 100644
index 466969ee00a..00000000000
--- a/gnu/packages/patches/zxing-cpp-1.2.0-gcc-14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
1Upstream-status: Not presented upstream.
2
3--- source/core/src/textcodec/JPTextEncoder.cpp.orig 2024-12-31 22:18:42.612859809 +0100
4+++ source/core/src/textcodec/JPTextEncoder.cpp 2024-12-31 22:19:21.637235909 +0100
5@@ -37,6 +37,8 @@
6
7 #include "JPTextEncoder.h"
8
9+#include <cstdint>
10+
11 /*
12 * This data is derived from Unicode 1.1,
13 * JIS X 0208 (1990) to Unicode mapping table version 0.9 .