# HG changeset patch # User Bruno Haible # Date 1296151765 -3600 # Node ID 0b3b0b52e108f50101bcc0ebd845a4793814b5c2 # Parent f0d7c8eb7ec30b5a3296803922feec0fb1efc73a Prepare for supporting FreeBSD 10. * build-aux/config.libpath: Remove handling of freebsd1*. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-27 Bruno Haible + + Prepare for supporting FreeBSD 10. + * build-aux/config.libpath: Remove handling of freebsd1*. + 2011-01-27 Gerald Pfeifer (tiny change) Prepare for supporting FreeBSD 10. diff --git a/build-aux/config.libpath b/build-aux/config.libpath --- a/build-aux/config.libpath +++ b/build-aux/config.libpath @@ -66,8 +66,6 @@ dgux*) shlibpath_var=LD_LIBRARY_PATH ;; - freebsd1*) - ;; freebsd* | dragonfly*) shlibpath_var=LD_LIBRARY_PATH ;;