$Bh_C+$G$9!#JV;v$,CY$l$F$7$^$C$F$9$_$^$;$s!#(B
w3m-0.1.11-pre-kokb17.patch $B$rEv$F$k$h$&$K(B FreeBSD $B$N(B port $B$r(B
$BJQ99$7$^$7$?!#0J2<$N>l=j$KCV$$$F$"$j$^$9!#(B
http://www.nobutaka.com/ports/w3m-port-20001025.tar.gz
$B$^$?!"(BFreeBSD-current $B$G$O!">-Mh(B (2001$BG/(B1$B7n:"(B)
/usr/include/machine/console.h $B$,GQ;_$5$l$k$?$a$K(B w3m-0.1.11 $B$r(B
$B%3%s%Q%$%k$G$-$J$/$J$k$h$&$G$9!#0J2<$N%Q%C%A$G(B 4.0-RELEASE $B0J9_$N(B
FreeBSD $B$G$O(B console.h $B$NBe$o$j$K(B consio.h $B$H(B fbio.h $B$r;H$&$h$&$K(B
$B$J$j$^$9!#(B
--- terms.c.orig Sun Oct 22 00:46:08 2000
+++ terms.c Sun Oct 22 01:23:53 2000
@@ -17,7 +17,13 @@
#include <gpm.h>
#endif /* USE_GPM */
#ifdef USE_SYSMOUSE
+#include <osreldate.h>
+#if (__FreeBSD_version >= 400017)
+#include <sys/consio.h>
+#include <sys/fbio.h>
+#else
#include <machine/console.h>
+#endif
int (*sysm_handler) (int x, int y, int nbs, int obs);
static int cwidth = 8, cheight = 16;
static int xpix, ypix, nbs, obs = 0;
-Nobutaka
This archive was generated by hypermail 2b29 : Tue Oct 24 2000 - 12:49:01 CDT