mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- switch to erlang enc to un-break build
- use new header exposed in FoundationDB 7.1.25 update
Fixes: 18d0404d2c
BROKEN
Sponsored by: SkunkWerks, GmbH
23 lines
426 B
Text
23 lines
426 B
Text
--- rebar.config.orig 2022-01-25 23:33:52 UTC
|
|
+++ rebar.config
|
|
@@ -1,18 +1,5 @@
|
|
-{plugins, [
|
|
- coveralls,
|
|
- pc
|
|
-]}.
|
|
-
|
|
-{project_plugins, [
|
|
- erlfmt
|
|
-]}.
|
|
-
|
|
-{provider_hooks, [
|
|
- {pre, [
|
|
- {compile, {pc, compile}},
|
|
- {clean, {pc, clean}}
|
|
- ]}
|
|
-]}.
|
|
+{pre_hooks, [{"", compile, "enc compile"}]}.
|
|
+{post_hooks, [{"", clean, "enc clean"}]}.
|
|
|
|
{port_specs, [
|
|
{"priv/erlfdb_nif.so", ["c_src/*.c"]}
|