From ca9627e70852f6b2e835660df870fe3ab405882d Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 1 Sep 2019 00:00:32 +0200 Subject: Initial import --- dev-util/mutrace/files/mutrace-ds-compile.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dev-util/mutrace/files/mutrace-ds-compile.patch (limited to 'dev-util/mutrace/files/mutrace-ds-compile.patch') diff --git a/dev-util/mutrace/files/mutrace-ds-compile.patch b/dev-util/mutrace/files/mutrace-ds-compile.patch new file mode 100644 index 0000000..ada8a9c --- /dev/null +++ b/dev-util/mutrace/files/mutrace-ds-compile.patch @@ -0,0 +1,12 @@ +diff -dPNur mutrace-0.2/backtrace-symbols.c mutrace-0.2-ds/backtrace-symbols.c +--- mutrace-0.2/backtrace-symbols.c 2014-10-14 11:04:31.732216473 +0200 ++++ mutrace-0.2-ds/backtrace-symbols.c 2014-10-14 11:03:18.000000000 +0200 +@@ -34,6 +34,8 @@ + along with this program; if not, write to the Free Software + Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + ++#include "config.h" ++ + #define fatal(a, b) exit(1) + #define bfd_fatal(a) exit(1) + #define bfd_nonfatal(a) exit(1) -- cgit v1.2.3