freebsd-ports/www/envoy/files/patch-source_common_common_stack__array.h
Alexey Dokuchaev fb65c87f25 Envoy is a high performance C++ distributed edge and service proxy for
cloud-native services and applications.

Envoy is originally built with Bazel, monstrous build system written in
Java which does silly things like downloading dependencies from GitHub
and is just a PITA to work against.  This port is built with two simple
makefiles and GNU make(1).  Protobuf semantic validation was disabled
because it apparently requires pulling in ``Go'' language, and I'm not
comfortable with this technology yet.

Note that this port currently requires DEFAULT_VERSIONS+=ssl=boringssl
added to your /etc/make.conf file.

WWW: https://www.envoyproxy.io/
2019-07-10 09:38:32 +00:00

12 lines
221 B
C

--- source/common/common/stack_array.h.orig 2019-04-05 18:07:44 UTC
+++ source/common/common/stack_array.h
@@ -2,9 +2,6 @@
#ifdef WIN32
#include <malloc.h>
-
-#else
-#include <alloca.h>
#endif
#include <stddef.h>