Package: xmobar Version: 0.46-2 Severity: normal X-Debbugs-Cc: liuxi...@loongson.cn
Dear Maintainer, Please add loong64 support, patch file is attached. Thanks
diff -ruN xmobar-0.46-bk/debian/rules xmobar-0.46/debian/rules --- xmobar-0.46-bk/debian/rules 2023-12-22 08:59:07.000000000 +0000 +++ xmobar-0.46/debian/rules 2024-01-02 12:19:16.882208867 +0000 @@ -4,7 +4,7 @@ # Work-around a bug in GHC on 64-bit unregistered platforms. # https://ghc.haskell.org/trac/ghc/ticket/15853 -ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el s390x alpha ia64 riscv64 sparc64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el s390x alpha ia64 riscv64 loong64 sparc64)) DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0" endif