summaryrefslogtreecommitdiff
path: root/dev-libs/marisa/files/marisa-0.2.6-sparc64_word_size.patch
blob: ff789b1c90439a6b2cf6c5a129ebf261fc58e274 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Originally reported in https://bugs.gentoo.org/show_bug.cgi?id=843422
Upstream PR https://github.com/s-yata/marisa-trie/pull/46

diff --git a/include/marisa/base.h b/include/marisa/base.h
index bf4794e..95861b4 100644
--- a/include/marisa/base.h
+++ b/include/marisa/base.h
@@ -30,7 +30,7 @@ typedef uint64_t marisa_uint64;
 
 #if defined(_WIN64) || defined(__amd64__) || defined(__x86_64__) || \
     defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || \
-    defined(__sparc64__) || defined(__mips64__) || defined(__aarch64__) || \
+    (defined(__sparc__) && defined(__LP64__)) || defined(__mips64__) || defined(__aarch64__) || \
     defined(__s390x__) || (defined(__riscv) && (__riscv_xlen == 64)) || \
     defined(__loongarch64)
  #define MARISA_WORD_SIZE 64