diff options
Diffstat (limited to 'net/siproxd/files/patch-configure')
-rw-r--r-- | net/siproxd/files/patch-configure | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net/siproxd/files/patch-configure b/net/siproxd/files/patch-configure new file mode 100644 index 000000000000..5da8af5078ed --- /dev/null +++ b/net/siproxd/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig 2008-03-09 14:35:57.000000000 +0100 ++++ configure 2008-09-23 11:25:19.000000000 +0200 +@@ -8063,7 +8063,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=elf + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -11733,7 +11733,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=elf + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -14867,7 +14867,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=elf + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) +@@ -17197,7 +17197,7 @@ + ;; + + freebsd*) +- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` ++ objformat=elf + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) |