1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove old libtool patch

This commit is contained in:
Tijl Coosemans 2014-09-19 15:23:22 +00:00
parent 594132c5dd
commit 2301579cf4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368568

View File

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