diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2022-08-28 13:25:15 -0400 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2022-08-28 13:26:56 -0400 |
commit | f019b503d924bf63042fda1714f8c5e721b66524 (patch) | |
tree | aab92600d4013c93e6d916a08395968d0f0daeac /security/openconnect/files/patch-openconnect-internal.h | |
parent | java/openjdk11: fix build on 13.1 and -CURRENT (diff) |
security/openconnect: Update to 9.01
PR: 266079
Submitted by: Ihor Antonov <ihor@antonovs.family>
Diffstat (limited to 'security/openconnect/files/patch-openconnect-internal.h')
-rw-r--r-- | security/openconnect/files/patch-openconnect-internal.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/openconnect/files/patch-openconnect-internal.h b/security/openconnect/files/patch-openconnect-internal.h new file mode 100644 index 000000000000..ca02258192c0 --- /dev/null +++ b/security/openconnect/files/patch-openconnect-internal.h @@ -0,0 +1,14 @@ +--- openconnect-internal.h.orig 2022-08-27 20:09:15 UTC ++++ openconnect-internal.h +@@ -135,6 +135,11 @@ + #include <spawn.h> + #endif + ++ ++#ifdef __FreeBSD__ ++extern char **environ; ++#endif ++ + /* Equivalent of "/dev/null" on Windows. + * See https://stackoverflow.com/a/44163934 + */ |