blob: e5a4073557442c3ed391166ac20e8b165282bf59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig 2020-10-07 12:27:53 UTC
+++ configure
@@ -33015,7 +33015,7 @@ fi
- elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
+ elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" -o "$_os" = "FreeBSD" \
&& test "$with_system_openssl" != "no"; then
with_system_openssl=yes
SYSTEM_OPENSSL=TRUE
@@ -35162,7 +35162,7 @@ if test -z "$PATCH"; then
as_fn_error $? "\"patch\" not found in \$PATH, install it" "$LINENO" 5
fi
-if test "$_os" = "SunOS" -o "$_os" = "FreeBSD" -o "$_os" = "Darwin"; then
+if test "$_os" = "SunOS" -o "$_os" = "Darwin"; then
if test -z "$with_gnu_patch"; then
GNUPATCH=$PATCH
else
|