diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-11-07 17:02:01 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2001-11-07 17:02:01 +0000 |
commit | 1c13d3051fbaddd01395ab124aad83d4ab241b39 (patch) | |
tree | cc0e20fc24229a3dd72257ecefd08cad9228da9e /www/w3m | |
parent | 17d2557acf5eab0143c8d7f0acaedeaa5c7916c1 (diff) | |
download | ports-1c13d3051fbaddd01395ab124aad83d4ab241b39.tar.gz ports-1c13d3051fbaddd01395ab124aad83d4ab241b39.zip |
Notes
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/files/extra-patch-terms.c.m17n | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-terms.c.m17n b/www/w3m/files/extra-patch-terms.c.m17n new file mode 100644 index 000000000000..d061e70c3b1e --- /dev/null +++ b/www/w3m/files/extra-patch-terms.c.m17n @@ -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 <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; |