From c387f20bacfe8e86f602bba59936db590582fc55 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Sat, 21 Oct 2000 20:42:59 +0000 Subject: The include file machine/console.h has been deprecated on -current. Ifdef it. Submitted by: nobutaka@nobutaka.com --- www/w3m/files/patch-au | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 www/w3m/files/patch-au (limited to 'www/w3m/files/patch-au') diff --git a/www/w3m/files/patch-au b/www/w3m/files/patch-au new file mode 100644 index 000000000000..d061e70c3b1e --- /dev/null +++ b/www/w3m/files/patch-au @@ -0,0 +1,16 @@ +--- terms.c.orig Sun Oct 22 00:46:08 2000 ++++ terms.c Sun Oct 22 01:23:53 2000 +@@ -17,7 +17,13 @@ + #include + #endif /* USE_GPM */ + #ifdef USE_SYSMOUSE ++#include ++#if (__FreeBSD_version >= 400017) ++#include ++#include ++#else + #include ++#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; -- cgit v1.2.3