49 lines
1.7 KiB
Text
49 lines
1.7 KiB
Text
|
Index: tests/f77demo/configure
|
||
|
--- tests/f77demo/configure.orig
|
||
|
+++ tests/f77demo/configure
|
||
|
@@ -5395,7 +5395,7 @@ else
|
||
|
lt_cv_sys_max_cmd_len=8192;
|
||
|
;;
|
||
|
|
||
|
- netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
|
||
|
+ netbsd* | freebsd* | openbsd* | darwin* | dragonfly* | secbsd*)
|
||
|
# This has been around since 386BSD, at least. Likely further.
|
||
|
if test -x /sbin/sysctl; then
|
||
|
lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
|
||
|
@@ -5836,7 +5836,7 @@ freebsd* | dragonfly*)
|
||
|
i*86 )
|
||
|
# Not sure whether the presence of OpenBSD here was a mistake.
|
||
|
# Let's accept both of them until this is cleared up.
|
||
|
- lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
|
||
|
+ lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly|SecBSD)/i[3-9]86 (compact )?demand paged shared library'
|
||
|
lt_cv_file_magic_cmd=/usr/bin/file
|
||
|
lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
||
|
;;
|
||
|
@@ -6534,7 +6534,7 @@ old_postuninstall_cmds=
|
||
|
|
||
|
if test -n "$RANLIB"; then
|
||
|
case $host_os in
|
||
|
- openbsd*)
|
||
|
+ openbsd* | secbsd*)
|
||
|
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
|
||
|
;;
|
||
|
*)
|
||
|
@@ -9321,7 +9321,7 @@ $as_echo_n "checking whether the $compiler linker ($LD
|
||
|
# we just hope/assume this is gcc and not c89 (= MSVC++)
|
||
|
with_gnu_ld=yes
|
||
|
;;
|
||
|
- openbsd*)
|
||
|
+ openbsd* | secbsd*)
|
||
|
with_gnu_ld=no
|
||
|
;;
|
||
|
esac
|
||
|
@@ -12975,7 +12975,7 @@ $as_echo_n "checking whether the $compiler linker ($LD
|
||
|
# we just hope/assume this is gcc and not c89 (= MSVC++)
|
||
|
with_gnu_ld=yes
|
||
|
;;
|
||
|
- openbsd*)
|
||
|
+ openbsd* | secbsd*)
|
||
|
with_gnu_ld=no
|
||
|
;;
|
||
|
esac
|