View | Details | Raw Unified | Return to bug 108500
Collapse All | Expand All

(-)libdnet/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	Sun Jan 28 23:21:00 2007
2
+++ configure	Sun Jan 28 23:24:44 2007
3
@@ -7783,7 +7783,7 @@
4
   ;;
5
 
6
 freebsd*)
7
-  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
8
+  objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo elf`
9
   version_type=freebsd-$objformat
10
   case $version_type in
11
     freebsd-elf*)

Return to bug 108500