Adding a patch file I forgot for w3m, while the nix expression already refers to it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23340
This commit is contained in:
Lluís Batlle i Rossell 2010-08-21 20:13:02 +00:00
parent 96c53c8239
commit b8298c9cdd

View file

@ -0,0 +1,15 @@
https://bugzilla.redhat.com/show_bug.cgi?id=555467
--- a/main.c.old 2007-05-31 06:49:50.000000000 +0530
+++ b/main.c 2010-02-16 16:16:24.000000000 +0530
@@ -842,7 +842,9 @@
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 */