--- support/shlib-install.orig 2012-07-10 19:58:08 UTC +++ support/shlib-install @@ -156,7 +156,7 @@ solaris2*|aix4.[2-9]*|aix[5-9]*|osf*|iri # FreeBSD 3.x and above can have either a.out or ELF shared libraries -freebsd3*|freebsdaout*) +freebsd3.*|freebsdaout*) if [ -x /usr/bin/objformat ] && [ "`/usr/bin/objformat`" = "elf" ]; then # libname.so -> libname.so.M ${echo} ${RM} ${INSTALLDIR}/$LINK1 @@ -178,7 +178,7 @@ freebsd3*|freebsdaout*) fi ;; -freebsd[4-9]*|freebsd1[0-9]*|freebsdelf*|dragonfly*) +freebsd[4-9]*|freebsd1[0-9]*|freebsdelf*|dragonfly*|bsdsunix*) # libname.so -> libname.so.M ${echo} ${RM} ${INSTALLDIR}/$LINK1 if [ -z "$uninstall" ]; then