diff options
Diffstat (limited to 'devel/libelf/files/patch-configure')
-rw-r--r-- | devel/libelf/files/patch-configure | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/devel/libelf/files/patch-configure b/devel/libelf/files/patch-configure index 1489b14b900a..b4699b52e8c9 100644 --- a/devel/libelf/files/patch-configure +++ b/devel/libelf/files/patch-configure @@ -1,15 +1,24 @@ ---- configure Wed Apr 18 13:20:42 2001 -+++ configure Wed Apr 18 13:20:56 2001 -@@ -1038,7 +1038,7 @@ +--- configure.old Thu Feb 20 16:26:13 2003 ++++ configure Thu Feb 20 16:28:04 2003 +@@ -1123,7 +1123,7 @@ fi --for ac_hdr in unistd.h elf.h sys/elf.h -+for ac_hdr in unistd.h sys/elf.h +-for ac_hdr in unistd.h fcntl.h elf.h sys/elf.h link.h sys/link.h ++for ac_hdr in unistd.h fcntl.h sys/elf.h link.h sys/link.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -@@ -2692,7 +2692,7 @@ +@@ -1220,7 +1220,7 @@ + # Check whether --enable-compat or --disable-compat was given. + if test "${enable_compat+set}" = set; then + enableval="$enable_compat" +- libelf_enable_compat="$enableval" ++ DO_COMPAT="$enableval" + else + + if test "$ac_cv_header_libelf_h$ac_cv_header_nlist_h$ac_cv_header_gelf_h" = yesyesyes +@@ -3039,7 +3039,7 @@ fi case "$host" in |