ports/editors/wxhexeditor/files/patch-src_HexPanels.h
Alexey Dokuchaev f10e2e66bc - 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/
2019-02-13 13:52:53 +00:00

11 lines
296 B
C

--- src/HexPanels.h.orig 2017-12-31 02:15:18 UTC
+++ src/HexPanels.h
@@ -27,7 +27,7 @@
#include "HexEditorFrame.h"
#include "HexEditorCtrl/HexEditorCtrl.h"
#include "HexEditorCtrl/wxHexCtrl/wxHexCtrl.h"
-#include "../udis86/udis86.h"
+#include <udis86.h>
#ifdef WX_GCH
#include <wx_pch.h>