Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2013 20:57:32 +0000
From:      "Chad J. Milios" <milios@ccsys.com>
To:        nobutaka@FreeBSD.org, freebsd-ports@freebsd.org
Subject:   [PATCH] www/w3m fails to build under stable/10 r256624 i386
Message-ID:  <5261A0BC.7050600@ccsys.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------030707050303060207000507
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

found this at:
http://sourceforge.net/p/w3m/patches/59/

confirmed compiles, confirmed works on:
FreeBSD naruto.ccsys.com 9.2-RELEASE FreeBSD 9.2-RELEASE #1 r256078: Sun 
Oct  6 07:24:48 UTC 2013 
root@shikamaru.ccsys.com:/usr/obj/usr/src/sys/VIMAGE  amd64

--- main.c.orig 2011-01-04 09:42:19.000000000 +0000
+++ main.c      2013-10-18 20:38:37.342820541 +0000
@@ -833,7 +833,12 @@
      mySignal(SIGPIPE, SigPipe);
  #endif

+#if GC_VERSION_MAJOR >= 7 && GC_VERSION_MINOR >= 2
+    orig_GC_warn_proc = GC_get_warn_proc();
+    GC_set_warn_proc(wrap_GC_warn_proc);
+#else
      orig_GC_warn_proc = GC_set_warn_proc(wrap_GC_warn_proc);
+#endif
      err_msg = Strnew();
      if (load_argc == 0) {
         /* no URL specified */


--------------030707050303060207000507--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5261A0BC.7050600>