Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 springlobby (0.267+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 0.267+dfsg.
Author: Markus Koschany <apo@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-07-12

--- springlobby-0.267+dfsg.orig/src/downloader/lib/src/lib/7z/CpuArch.h
+++ springlobby-0.267+dfsg/src/downloader/lib/src/lib/7z/CpuArch.h
@@ -44,11 +44,11 @@ If MY_CPU_LE_UNALIGN is not defined, we
 #define MY_CPU_IA64_LE
 #endif
 
-#if defined(MY_CPU_X86_OR_AMD64)
+#if defined(MY_CPU_X86_OR_AMD64) || defined(_LOONGARCH_ARCH)
 #define MY_CPU_LE_UNALIGN
 #endif
 
-#if defined(MY_CPU_X86_OR_AMD64) || defined(MY_CPU_ARM_LE)  || defined(MY_CPU_IA64_LE) || defined(__ARMEL__) || defined(__MIPSEL__) || defined(__LITTLE_ENDIAN__)
+#if defined(MY_CPU_X86_OR_AMD64) || defined(MY_CPU_ARM_LE)  || defined(MY_CPU_IA64_LE) || defined(__ARMEL__) || defined(__MIPSEL__) || defined(_LOONGARCH_ARCH) || defined(__LITTLE_ENDIAN__)
 #define MY_CPU_LE
 #endif
 
