From f10e2e66bc57213281f17a3f0920c6e8df6f4be9 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 13 Feb 2019 13:52:53 +0000 Subject: - Add a port of wxHexEditor, an advanced graphical (wxWidgets) hex editor focused on editing of very large files and with x86 disassembly support - Ignore bundled copies of `devel/udis86' and `security/mhash' libraries, use the ones provided in the ports (also better for security reasons) - Disable OpenMP support for now because apparently it requires GCC while the port builds just fine with the system compiler (Clang) WWW: http://www.wxhexeditor.org/ --- editors/wxhexeditor/files/patch-src_HexDialogs.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 editors/wxhexeditor/files/patch-src_HexDialogs.cpp (limited to 'editors/wxhexeditor/files/patch-src_HexDialogs.cpp') diff --git a/editors/wxhexeditor/files/patch-src_HexDialogs.cpp b/editors/wxhexeditor/files/patch-src_HexDialogs.cpp new file mode 100644 index 000000000000..bcd3241611e3 --- /dev/null +++ b/editors/wxhexeditor/files/patch-src_HexDialogs.cpp @@ -0,0 +1,12 @@ +--- src/HexDialogs.cpp.orig 2017-12-31 02:15:18 UTC ++++ src/HexDialogs.cpp +@@ -24,7 +24,8 @@ + #define NANINT 0xFFFFFFFFFFFFFFFFLL + #include "HexDialogs.h" + #include +-#include "../mhash/include/mhash.h" ++typedef bool _Bool; ++#include + + #ifdef __SSE2__ + #include -- cgit v1.2.3