From: Igor Goryachev via Guix-patches via <guix-patches@gnu.org>
To: 73367@debbugs.gnu.org
Cc: Igor Goryachev <igor@goryachev.org>, Andrew Tropin <andrew@trop.in>
Subject: [bug#73367] [PATCH 2/4] gnu: erlang: Fix build.
Date: Thu, 19 Sep 2024 19:39:11 +0300 [thread overview]
Message-ID: <29b85464b5bc31000efa77af6f5094b331146543.1726763309.git.igor@goryachev.org> (raw)
In-Reply-To: <cover.1726763309.git.igor@goryachev.org>
* gnu/packages/patches/erlang-man-path.patch: Adjust patch.
Change-Id: I2531c92001a3b1c2a3363615a7a1542904fa98b7
---
gnu/packages/patches/erlang-man-path.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/patches/erlang-man-path.patch b/gnu/packages/patches/erlang-man-path.patch
index 68fc9f45b4..e5beb4af1e 100644
--- a/gnu/packages/patches/erlang-man-path.patch
+++ b/gnu/packages/patches/erlang-man-path.patch
@@ -9,10 +9,10 @@ as other man pages.)
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
-@@ -709,8 +709,10 @@
- error("-man not supported on Windows");
- #else
- argv[i] = "man";
+@@ -728,8 +728,10 @@ int main(int argc, char **argv)
+ break;
+ }
+ }
- erts_snprintf(tmpStr, sizeof(tmpStr), "%s/man", rootdir);
- set_env("MANPATH", tmpStr);
+ /*
--
2.46.0
next prev parent reply other threads:[~2024-09-19 16:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-19 16:28 [bug#73367] [PATCH 0/4] Update erlang, elixir and rebar3 Igor Goryachev via Guix-patches via
2024-09-19 16:39 ` [bug#73367] [PATCH 1/4] gnu: erlang: Update to 27.1 Igor Goryachev via Guix-patches via
2024-09-19 16:39 ` Igor Goryachev via Guix-patches via [this message]
2024-09-19 16:39 ` [bug#73367] [PATCH 3/4] gnu: rebar3: Update to 3.24.0, make reproducible Igor Goryachev via Guix-patches via
2024-09-19 16:39 ` [bug#73367] [PATCH 4/4] gnu: elixir: Update to 1.17.3 Igor Goryachev via Guix-patches via
2024-09-24 12:28 ` bug#73367: [PATCH 0/4] Update erlang, elixir and rebar3 Andrew Tropin via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=29b85464b5bc31000efa77af6f5094b331146543.1726763309.git.igor@goryachev.org \
--to=guix-patches@gnu.org \
--cc=73367@debbugs.gnu.org \
--cc=andrew@trop.in \
--cc=igor@goryachev.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.