summaryrefslogtreecommitdiff
path: root/package/w3m/patches/patch-main_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-09 07:33:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-09 07:33:29 +0200
commitc70647c6e44c5f6148f98959e66d481aa08fd260 (patch)
tree0d08f3f1383f5ef18be0aee8abea2423afff1f7f /package/w3m/patches/patch-main_c
parent669e3272752d63384e61b9a09f3e2268cf31beb6 (diff)
add zile, w3m and libgc
Diffstat (limited to 'package/w3m/patches/patch-main_c')
-rw-r--r--package/w3m/patches/patch-main_c11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/w3m/patches/patch-main_c b/package/w3m/patches/patch-main_c
new file mode 100644
index 000000000..9f14ab1c1
--- /dev/null
+++ b/package/w3m/patches/patch-main_c
@@ -0,0 +1,11 @@
+--- w3m-0.5.3.orig/main.c 2011-01-04 10:42:19.000000000 +0100
++++ w3m-0.5.3/main.c 2014-04-08 19:59:04.000000000 +0200
+@@ -833,7 +833,7 @@ main(int argc, char **argv, char **envp)
+ mySignal(SIGPIPE, SigPipe);
+ #endif
+
+- orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
++ GC_set_warn_proc(wrap_GC_warn_proc);
+ err_msg = Strnew();
+ if (load_argc == 0) {
+ /* no URL specified */