1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Patch devel/erlang-msgpack for upcoming Erlang 19.

This commit is contained in:
Jimmy Olgeni 2016-07-12 14:28:21 +00:00
parent 77c78bdd94
commit b6dfa53c20
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418423

View File

@ -0,0 +1,8 @@
--- rebar.config.orig 2016-07-12 14:16:58 UTC
+++ rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "17|18"}.
+{require_otp_vsn, "17|18|19"}.
{erl_opts, [fail_on_warning, debug_info, warn_untyped_record]}.
%%, {parse_transform, eqc_cover}]}.