summaryrefslogtreecommitdiff
path: root/devel/erlang-syslog/files/patch-rebar.config
diff options
context:
space:
mode:
Diffstat (limited to 'devel/erlang-syslog/files/patch-rebar.config')
-rw-r--r--devel/erlang-syslog/files/patch-rebar.config22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/erlang-syslog/files/patch-rebar.config b/devel/erlang-syslog/files/patch-rebar.config
deleted file mode 100644
index 89980531bc12..000000000000
--- a/devel/erlang-syslog/files/patch-rebar.config
+++ /dev/null
@@ -1,22 +0,0 @@
---- rebar.config.orig 2021-09-29 19:21:16 UTC
-+++ rebar.config
-@@ -8,16 +8,8 @@
- {platform_define, "^[0-9]+", namespaced_types}
- ]}.
-
--{plugins, [
-- { pc, { git, "git://github.com/blt/port_compiler.git", {tag, "1.6.0"}}}
--]}.
--
- {artifacts, ["priv/syslog_drv.so"]}.
-
--{provider_hooks, [
-- {post,
-- [
-- {compile, {pc, compile}},
-- {clean, {pc, clean}}
-- ]
--}]}.
-+{pre_hooks, [{"", compile, "/usr/local/bin/enc compile"}]}.
-+{post_hooks, [{"", clean, "/usr/local/bin/enc clean"}]}.
-+