1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix after objformat removal

PR:		109015
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
Martin Wilke 2007-02-10 19:21:00 +00:00
parent d91cb2ad99
commit 81d4892dbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184799

View File

@ -0,0 +1,11 @@
--- 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*)