From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- external/epm/ppc64el.patch.0 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 external/epm/ppc64el.patch.0 (limited to 'external/epm/ppc64el.patch.0') diff --git a/external/epm/ppc64el.patch.0 b/external/epm/ppc64el.patch.0 new file mode 100644 index 0000000000..2b9416e8d2 --- /dev/null +++ b/external/epm/ppc64el.patch.0 @@ -0,0 +1,11 @@ +--- deb.c.orig 2022-08-01 14:50:38.593375838 +0200 ++++ deb.c 2022-08-01 14:58:08.000000000 +0200 +@@ -163,6 +163,8 @@ + #endif + else if (!strcmp(platform->machine, "ppc")) + fputs("Architecture: powerpc\n", fp); ++ else if (!strcmp(platform->machine, "ppc64le")) ++ fputs("Architecture: ppc64el\n", fp); + else + fprintf(fp, "Architecture: %s\n", platform->machine); + -- cgit v1.2.3