freebsd-ports/comms/ebusd/files/patch-src_ebusd_main.cpp
Oleksii Samorukov 1435927b3e comms/ebusd: update to the 22.3 version
- Update to the latest version
- Fix FreeBSD build
2022-07-12 13:16:51 +00:00

12 lines
326 B
C++

--- src/ebusd/main.cpp.orig 2022-07-12 12:56:35 UTC
+++ src/ebusd/main.cpp
@@ -34,6 +34,9 @@
#include "lib/utils/log.h"
#include "lib/utils/httpclient.h"
+#ifdef __FreeBSD__
+extern char **environ;
+#endif
/** the version string of the program. */
const char *argp_program_version = "" PACKAGE_STRING "." REVISION "";