mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
257 B
C++
12 lines
257 B
C++
--- make/src/main.cc.orig 2023-01-13 17:33:36 UTC
|
|
+++ make/src/main.cc
|
|
@@ -128,6 +128,9 @@ extern void job_adjust_fini();
|
|
/*
|
|
* typedefs & structs
|
|
*/
|
|
+#if defined(__FreeBSD__)
|
|
+extern char **environ;
|
|
+#endif /* __FreeBSD__ */
|
|
|
|
/*
|
|
* Static variables
|