all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 33e7486e10d16713d301a1a217c4e4db2748d3b5 714 bytes (raw)
name: gnu/packages/patches/w3m-fix-compile.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
From 371f256f5f300b01be228a6fd95884ea475965fc Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Tue, 5 Jan 2016 16:57:29 -0500
Subject: [PATCH 1/4] fix compile

https://bugs.archlinux.org/task/33397
---
 main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main.c b/main.c
index b421943..249eb1a 100644
--- a/main.c
+++ b/main.c
@@ -833,7 +833,8 @@ main(int argc, char **argv, char **envp)
     mySignal(SIGPIPE, SigPipe);
 #endif
 
-    orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
+    orig_GC_warn_proc = GC_get_warn_proc();
+    GC_set_warn_proc(wrap_GC_warn_proc);
     err_msg = Strnew();
     if (load_argc == 0) {
 	/* no URL specified */
-- 
2.6.4


debug log:

solving 33e7486 ...
found 33e7486 in https://yhetil.org/guix/9d18197ecca4fe8509e9fa7588f93b9f41ad56e1.1452045889.git.leo@famulari.name/ ||
	https://yhetil.org/guix/9d18197ecca4fe8509e9fa7588f93b9f41ad56e1.1452042322.git.leo@famulari.name/
found 5604052 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 5604052f67c152f06a95d58c731beafa61b4f708	gnu/packages/patches/w3m-fix-compile.patch

applying [1/1] https://yhetil.org/guix/9d18197ecca4fe8509e9fa7588f93b9f41ad56e1.1452045889.git.leo@famulari.name/
diff --git a/gnu/packages/patches/w3m-fix-compile.patch b/gnu/packages/patches/w3m-fix-compile.patch
index 5604052..33e7486 100644

1:28: trailing whitespace.
 
1:35: space before tab in indent.
 	/* no URL specified */
1:36: trailing whitespace.
-- 
Checking patch gnu/packages/patches/w3m-fix-compile.patch...
1:38: new blank line at EOF.
+
Applied patch gnu/packages/patches/w3m-fix-compile.patch cleanly.
warning: 4 lines add whitespace errors.

skipping https://yhetil.org/guix/9d18197ecca4fe8509e9fa7588f93b9f41ad56e1.1452042322.git.leo@famulari.name/ for 33e7486
index at:
100644 33e7486e10d16713d301a1a217c4e4db2748d3b5	gnu/packages/patches/w3m-fix-compile.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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.