freebsd-ports/comms/hamlib/files/patch-macros_libtools.m4
Diane Bruce 1bef372031 - update to 1.2.6.1
- make objformat obsolete
- configure.ac patch no longer needed as I fixed it upstream

Pointy hat to: kris
Approved by: ehaupt (mentor)
2007-02-25 02:39:38 +00:00

13 lines
530 B
Text

--- macros/libtool.m4.orig Sun Apr 3 16:25:10 2005
+++ macros/libtool.m4 Thu Feb 22 14:24:59 2007
@@ -1300,8 +1300,8 @@
;;
freebsd*)
- objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
- version_type=freebsd-$objformat
+# objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
+ version_type=freebsd-elf
case $version_type in
freebsd-elf*)
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'