summaryrefslogtreecommitdiff
path: root/devel/dwarfdump/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2005-02-12 22:12:15 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2005-02-12 22:12:15 +0000
commitce7ac1a8347b59a3d3eea8fe1aecd28a069584b4 (patch)
tree6b4f2b3258809c3718d83bf401dc78395fb1c86b /devel/dwarfdump/files
parentlibdwarf is a library to analyze (and even produce) DWARF debugging (diff)
dwarfdump is a utility to display DWARF debugging information in ELF
files. Needs libdwarf (and libelf in turn).
Notes
Notes: svn path=/head/; revision=128641
Diffstat (limited to 'devel/dwarfdump/files')
-rw-r--r--devel/dwarfdump/files/patch-configure11
-rw-r--r--devel/dwarfdump/files/patch-malloc.h10
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/dwarfdump/files/patch-configure b/devel/dwarfdump/files/patch-configure
new file mode 100644
index 000000000000..7a2206dedd3f
--- /dev/null
+++ b/devel/dwarfdump/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Mon Nov 22 19:20:33 2004
++++ configure Sat Feb 12 22:55:06 2005
+@@ -3029,7 +3029,7 @@
+
+
+
+-for ac_header in elf.h getopt.h libelf.h libelf/libelf.h sgidefs.h sys/types.h
++for ac_header in getopt.h libelf.h libelf/libelf.h sgidefs.h sys/types.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff --git a/devel/dwarfdump/files/patch-malloc.h b/devel/dwarfdump/files/patch-malloc.h
new file mode 100644
index 000000000000..3dcce8424d61
--- /dev/null
+++ b/devel/dwarfdump/files/patch-malloc.h
@@ -0,0 +1,10 @@
+--- makename.c.orig Mon Nov 22 19:20:33 2004
++++ makename.c Sat Feb 12 22:56:10 2005
+@@ -45,7 +45,6 @@
+ */
+
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include "makename.h"