head	1.2;
access;
symbols
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.11.03.23.36.42;	author gerald;	state dead;
branches;
next	1.1;

1.1
date	2007.02.15.01.14.38;	author gerald;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove lang/gcc40 which only has three dependencies left in the tree
(all of which only have it as a minimal requirement and also build with
lang/gcc42) and has issues on at least 8-CURRENT.

Approved by:	portmgr (pav)
@
text
@Index: ltconfig
===================================================================
--- ltconfig
+++ ltconfig	(working copy)
@@@@ -1133,7 +1133,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*)

@


1.1
log
@Account for the removal of /usr/bin/objformat on 7-CURRENT and default
to elf instead of aout in this case.
@
text
@@

