summaryrefslogtreecommitdiffstats
path: root/etc/portage/patches/dev-util
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-01-29 15:05:36 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-01-29 15:05:36 +0100
commited53da456ea949d3db44455d9a22313cc588853b (patch)
tree4e6b573e73efad50b16c385836f55a4932300d1a /etc/portage/patches/dev-util
parentupdating (diff)
downloadn-ed53da456ea949d3db44455d9a22313cc588853b.tar
n-ed53da456ea949d3db44455d9a22313cc588853b.tar.gz
n-ed53da456ea949d3db44455d9a22313cc588853b.tar.bz2
n-ed53da456ea949d3db44455d9a22313cc588853b.tar.lz
n-ed53da456ea949d3db44455d9a22313cc588853b.tar.xz
n-ed53da456ea949d3db44455d9a22313cc588853b.tar.zst
n-ed53da456ea949d3db44455d9a22313cc588853b.zip
Diffstat (limited to 'etc/portage/patches/dev-util')
-rw-r--r--etc/portage/patches/dev-util/rz-ghidra/crc32.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/portage/patches/dev-util/rz-ghidra/crc32.patch b/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
new file mode 100644
index 0000000..484db41
--- /dev/null
+++ b/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
@@ -0,0 +1,13 @@
+diff --git a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
+--- a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
++++ b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
+@@ -16,8 +16,8 @@
+ /// \file crc32.hh
+ /// \brief Table and function for computing a CRC32
+
+-#ifndef __CRC32__
+-#define __CRC32__
++#ifndef __CRC32A__
++#define __CRC32A__
+
+ #include "types.h"