1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

w3m now builds

This commit is contained in:
kyak
2010-09-25 22:15:48 +04:00
parent 7e5961a3fc
commit 582924bc52
8 changed files with 634 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
--- w3m-0.5.2/main.c 2007-05-31 05:19:50.000000000 +0400
+++ w3m-0.5.2_mod/main.c 2010-09-25 18:12:27.960869894 +0400
@@ -842,7 +842,7 @@
mySignal(SIGPIPE, SigPipe);
#endif
- orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
+ // orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
err_msg = Strnew();
if (load_argc == 0) {
/* no URL specified */