Skip to content

Commit

Permalink
Fix build with erlang21.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.freebsd.org/ports/head@502866 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
vanillahsu committed May 28, 2019
1 parent fce05e1 commit 3dae30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archivers/erlang-snappy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PORTNAME= snappy
PORTVERSION= 1.1.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= archivers
PKGNAMEPREFIX= erlang-

Expand Down
2 changes: 1 addition & 1 deletion archivers/erlang-snappy/files/patch-rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
+++ rebar.config
@@ -1,4 +1,4 @@
-{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20"}.
+{require_otp_vsn, "R13B04|R14|R15|R16|17|18|19|20|21"}.
{erl_opts, [debug_info, warn_unused_vars, warn_shadow_vars, warn_unused_import]}.
{eunit_opts, [verbose]}.
{pre_hooks, [

0 comments on commit 3dae30d

Please sign in to comment.