head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.1
date	2007.02.10.19.21.00;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Fix after objformat removal

PR:		109015
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru> (maintainer)
@
text
@--- config/ltconfig.orig	Mon Feb 25 08:42:15 2002
+++ config/ltconfig	Sat Feb 10 15:32:52 2007
@@@@ -1115,7 +1115,7 @@@@
   ;;
 
 freebsd*)
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
   version_type=freebsd-$objformat
   case $version_type in
     freebsd-elf*)
@
