diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-12 22:09:59 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2005-02-12 22:09:59 +0000 |
commit | 90be6507b53f95de37f159c90353f2616361d423 (patch) | |
tree | 6da6c49623058ae49691015cfa23bfb327252f38 /devel/libdwarf/files/patch-configure | |
parent | Mark as IGNORE; these fonts are already included in the teTeX (diff) |
libdwarf is a library to analyze (and even produce) DWARF debugging
information in ELF files.
Notes
Notes:
svn path=/head/; revision=128639
Diffstat (limited to 'devel/libdwarf/files/patch-configure')
-rw-r--r-- | devel/libdwarf/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libdwarf/files/patch-configure b/devel/libdwarf/files/patch-configure new file mode 100644 index 000000000000..031bf18233d5 --- /dev/null +++ b/devel/libdwarf/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Mon Nov 22 19:20:35 2004 ++++ configure Sat Feb 12 22:06:36 2005 +@@ -3255,7 +3255,7 @@ + + + +-for ac_header in alloca.h elf.h elfaccess.h libelf.h libelf/libelf.h sys/types.h sys/ia64/elf.h ++for ac_header in alloca.h elfaccess.h libelf.h libelf/libelf.h sys/types.h sys/ia64/elf.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then |