1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/security/openconnect/files/patch-openconnect-internal.h
Ryan Steinmetz f019b503d9
security/openconnect: Update to 9.01
PR:		266079
Submitted by:	Ihor Antonov <ihor@antonovs.family>
2022-08-28 13:26:56 -04:00

15 lines
282 B
C

--- 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
*/