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

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