diff options
author | Stefan Eßer <se@FreeBSD.org> | 1998-12-06 21:11:05 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1998-12-06 21:11:05 +0000 |
commit | 24786df1a21f8e85b8bf2e5df79379d966fde63a (patch) | |
tree | fae056752a21b543a410e5b04851a761a2416a54 /games/acm/files/patch-03 | |
parent | Upgrade to 0.80. (diff) |
Fix ELF brokenness caused by wrong assumptions of GNU configure, if an
"elf.h" header file is found (assumption was System V.4, which made later
configure tests fail).
Make myself maintainer of this port (as suggested by the previous
maintainer: joerg).
Notes
Notes:
svn path=/head/; revision=15158
Diffstat (limited to '')
-rw-r--r-- | games/acm/files/patch-03 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/acm/files/patch-03 b/games/acm/files/patch-03 new file mode 100644 index 000000000000..073a2d754996 --- /dev/null +++ b/games/acm/files/patch-03 @@ -0,0 +1,16 @@ +--- configure.orig Tue Sep 24 01:02:28 1996 ++++ configure Fri Dec 4 20:39:15 1998 +@@ -872,4 +872,5 @@ + done + ++if test $ac_cv_lib_elf = yes; then + ac_safe=`echo "elf.h" | tr './\055' '___'` + echo $ac_n "checking for elf.h""... $ac_c" 1>&6 +@@ -893,4 +894,7 @@ + fi + rm -f conftest* ++fi ++else ++ eval "ac_cv_header_$ac_safe=no" + fi + if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then |