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-libltdl_aclocal.m4 | |
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-libltdl_aclocal.m4')
-rw-r--r-- | net/siproxd/files/patch-libltdl_aclocal.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/siproxd/files/patch-libltdl_aclocal.m4 b/net/siproxd/files/patch-libltdl_aclocal.m4 new file mode 100644 index 000000000000..bb986360da92 --- /dev/null +++ b/net/siproxd/files/patch-libltdl_aclocal.m4 @@ -0,0 +1,11 @@ +--- libltdl/aclocal.m4.orig 2008-02-02 18:16:08.000000000 +0100 ++++ libltdl/aclocal.m4 2008-09-23 11:26:47.000000000 +0200 +@@ -1276,7 +1276,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*) |