mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
14 lines
399 B
Text
14 lines
399 B
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*)
|
|
|