627f50da3b
to elf instead of aout in this case. Bump PORTREVISION.
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*)
|
|
|