summaryrefslogtreecommitdiff
path: root/devel/dwarfdump/files/patch-configure
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/patch-configure
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/patch-configure')
-rw-r--r--devel/dwarfdump/files/patch-configure11
1 files changed, 11 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