mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 00:12:44 -04:00
16 lines
554 B
Plaintext
16 lines
554 B
Plaintext
$NetBSD: patch-rebar.config,v 1.2 2016/08/12 09:25:49 fhajny Exp $
|
|
|
|
Deps are handled by pkgsrc.
|
|
|
|
--- rebar.config.orig 2016-02-03 11:03:30.000000000 +0000
|
|
+++ rebar.config
|
|
@@ -27,8 +27,6 @@
|
|
{port_specs, [{"priv/lib/fast_tls_drv.so", ["c_src/fast_tls_drv.c"]},
|
|
{"priv/lib/p1_sha.so", ["c_src/p1_sha.c"]}]}.
|
|
|
|
-{deps, [{p1_utils, ".*", {git, "git://github.com/processone/p1_utils", {tag, "1.0.5"}}}]}.
|
|
-
|
|
{clean_files, ["c_src/fast_tls_drv.gcda", "c_src/fast_tls_drv.gcno",
|
|
"c_src/fast_sha.gcda", "c_src/fast_sha.gcno"]}.
|
|
|