diff options
author | 2015-03-29 12:46:47 +0000 | |
---|---|---|
committer | 2015-03-29 12:46:47 +0000 | |
commit | 39fa50f4818517683fb40c097650118378f995a6 (patch) | |
tree | 17a3d861879a2c4c512abb8ac9d2483cad4c1966 /dev-util/mutrace | |
parent | Fix building with current binutils, bug #430706 by Jaak Ristioja (diff) | |
download | gentoo-2-39fa50f4818517683fb40c097650118378f995a6.tar.gz gentoo-2-39fa50f4818517683fb40c097650118378f995a6.tar.bz2 gentoo-2-39fa50f4818517683fb40c097650118378f995a6.zip |
Commit the patch :S
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util/mutrace')
-rw-r--r-- | dev-util/mutrace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/mutrace/files/mutrace-0.2-missing-header.patch | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/dev-util/mutrace/ChangeLog b/dev-util/mutrace/ChangeLog index 4a8af3d77b9e..4bd161e5025b 100644 --- a/dev-util/mutrace/ChangeLog +++ b/dev-util/mutrace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/mutrace # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mutrace/ChangeLog,v 1.4 2015/03/29 12:46:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mutrace/ChangeLog,v 1.5 2015/03/29 12:46:47 pacho Exp $ + + 29 Mar 2015; Pacho Ramos <pacho@gentoo.org> + +files/mutrace-0.2-missing-header.patch: + Commit the patch :S 29 Mar 2015; Pacho Ramos <pacho@gentoo.org> mutrace-0.2.ebuild: Fix building with current binutils, bug #430706 by Jaak Ristioja diff --git a/dev-util/mutrace/files/mutrace-0.2-missing-header.patch b/dev-util/mutrace/files/mutrace-0.2-missing-header.patch new file mode 100644 index 000000000000..aa2c32e79d5e --- /dev/null +++ b/dev-util/mutrace/files/mutrace-0.2-missing-header.patch @@ -0,0 +1,10 @@ +--- backtrace-symbols.c 2009-09-30 00:30:08.000000000 +0300 ++++ backtrace-symbols.c 2013-10-20 19:54:47.273470222 +0300 +@@ -49,6 +49,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <execinfo.h> ++#include "config.h" + #include <bfd.h> + #include <libiberty.h> + #include <dlfcn.h> |