freebsd-ports/devel/kore/files/patch-src_cli.c
Tobias Kortkamp 6851bead33 devel/kore: Update to 4.0.0
Remove flavors.  Disabling TLS support is now a config option, so
there is no point to the extra flavor anymore.

Changes:	https://github.com/jorisvink/kore/releases/tag/4.0.0
2020-09-07 21:40:06 +00:00

10 lines
395 B
C

--- src/cli.c.orig 2020-08-26 07:20:35 UTC
+++ src/cli.c
@@ -1922,6 +1922,7 @@ cli_build_flags_common(struct buildopt *bopt, struct c
else
cli_buf_appendf(buf, "-I%s/include ", bopt->kore_source);
+ cli_buf_appendf(buf, "-I%%OPENSSLINC%% ");
#if defined(__MACH__)
/* Add default openssl include path from homebrew / ports under OSX. */
cli_buf_appendf(buf, "-I/opt/local/include ");