aboutsummaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_xml/files/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/erlang-fast_xml/files/patch-rebar.config')
-rw-r--r--textproc/erlang-fast_xml/files/patch-rebar.config14
1 files changed, 11 insertions, 3 deletions
diff --git a/textproc/erlang-fast_xml/files/patch-rebar.config b/textproc/erlang-fast_xml/files/patch-rebar.config
index f9a27383dcfb..f8842f1c23af 100644
--- a/textproc/erlang-fast_xml/files/patch-rebar.config
+++ b/textproc/erlang-fast_xml/files/patch-rebar.config
@@ -1,10 +1,18 @@
---- rebar.config.orig 2018-06-29 09:50:45 UTC
+--- rebar.config.orig 2021-09-29 07:28:09 UTC
+++ rebar.config
-@@ -32,7 +32,7 @@
+@@ -28,14 +28,14 @@
+ {platform_define, "^(1)", 'OLD_STRING'},
+ {platform_define, "^(15|16|17|18|19\\.0|19\\.1|19\\.2)", 'USE_DICT'}]}.
+ {port_env, [{"CFLAGS", "$CFLAGS"}, {"LDFLAGS", "$LDFLAGS"},
+- {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"},
++ {"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR"},
+ {"freebsd", "CFLAGS", "$CFLAGS -I/usr/local/include"},
+ {"freebsd","LDFLAGS", "$LDFLAGS -L/usr/local/lib"}]}.
+
{port_specs, [{"priv/lib/fxml.so", ["c_src/fxml.c"]},
{"priv/lib/fxml_stream.so", ["c_src/fxml_stream.c"]}]}.
--{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.12"}}}]}.
+-{deps, [{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.23"}}}]}.
+{deps, []}.
{clean_files, ["c_src/fxml.gcda", "c_src/fxml.gcno", "c_src/fxml_stream.gcda", "c_src/fxml_stream.gcno"]}.