freebsd-ports/databases/erlfdb/files/patch-src_erlfdb__util.erl
Dave Cottlehuber 758912c2e7 databases/erlfdb: add new port
Native erlang NIF bindings to the FoundationDB C API, giving you
distributed ACID transactions. Includes tuple and document layer
support.

Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D23292
2020-01-28 08:22:52 +00:00

10 lines
376 B
Erlang

--- src/erlfdb_util.erl.orig 2020-01-20 22:27:20 UTC
+++ src/erlfdb_util.erl
@@ -177,6 +177,7 @@ find_fdbserver_bin(Options) ->
undefined ->
[
<<"/usr/sbin/fdbserver">>,
+ <<"/usr/local/bin/fdbserver">>,
<<"/usr/local/sbin/fdbserver">>,
<<"/usr/local/libexec/fdbserver">>
];