freebsd-ports/comms/ebusd/files/patch-src_ebusd_main.cpp

12 lines
323 B
C++

--- src/ebusd/main.cpp.orig 2023-07-08 13:54:20 UTC
+++ src/ebusd/main.cpp
@@ -36,6 +36,9 @@
#include "lib/utils/httpclient.h"
#include "ebusd/scan.h"
+#ifdef __FreeBSD__
+extern char **environ;
+#endif
/** the version string of the program. */
const char *argp_program_version = "" PACKAGE_STRING "." REVISION "";