Package: erlang-proper / 1.2+git988ea0ed9f+dfsg-2

fix_build_on_kfreebsd.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix build on kFreeBSD
Author: Steven Chamberlain <steven@pyro.eu.org>
Bug-Debian: https://bugs.debian.org/815403
Forwarded: not-needed
Reviewed-By: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Last-Update: 2017-08-23

diff --git a/rebar.config b/rebar.config
index 1259a9f..d73546e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -36,6 +36,6 @@
 	    warn_missing_spec, warn_untyped_record]}.
 
 {pre_hooks, [{"(linux|darwin|gnu)", compile, "make include/compile_flags.hrl"},
-             {"(freebsd|netbsd|openbsd|solaris|dragonfly)", compile, "gmake include/compile_flags.hrl"},
+             {"(freebsd|netbsd|openbsd|solaris|dragonfly)", compile, "make include/compile_flags.hrl"},
 	     {"win32", compile, "escript.exe write_compile_flags include/compile_flags.hrl"}]}.
 {post_hooks, [{clean, "./clean_doc.sh"}]}.