summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/build-aux/config.rpath
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/build-aux/config.rpath')
-rw-r--r--macros/texinfo/texinfo/build-aux/config.rpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/texinfo/texinfo/build-aux/config.rpath b/macros/texinfo/texinfo/build-aux/config.rpath
index be202c1a9e..4b7dc49c26 100644
--- a/macros/texinfo/texinfo/build-aux/config.rpath
+++ b/macros/texinfo/texinfo/build-aux/config.rpath
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
-# Copyright 1996-2019 Free Software Foundation, Inc.
+# Copyright 1996-2021 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
@@ -371,7 +371,7 @@ else
hardcode_direct=yes
hardcode_minus_L=yes
;;
- freebsd* | dragonfly*)
+ freebsd* | dragonfly* | midnightbsd*)
hardcode_libdir_flag_spec='-R$libdir'
hardcode_direct=yes
;;
@@ -547,7 +547,7 @@ case "$host_os" in
freebsd[23].*)
library_names_spec='$libname$shrext$versuffix'
;;
- freebsd* | dragonfly*)
+ freebsd* | dragonfly* | midnightbsd*)
library_names_spec='$libname$shrext'
;;
gnu*)