diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 08:42:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-09-24 08:42:53 +0000 |
commit | e52ae825b306b016b24124b27b33cb140fb4a311 (patch) | |
tree | 9e1966d724b0cb83a60d78b42cad942d9b2bc7ac /net/siproxd/files/patch-configure | |
parent | - Update to 0.9 (diff) |
- Update to 0.7.1
PR: 127570
Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=220620
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*) |