Git version of EFL cannot be built on FreeBSD 11.2 (neither with autotools nor with meson).
../src/lib/ecore/efl_core_proc_env.c:34:8: error: use of undeclared identifier 'environ' if (environ)
Adding the declaration of 'environ' unblocks the build:
extern char **environ;