diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 08:23:02 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-06 08:23:02 +0000 |
commit | d60709a1f0812592b6b10f1d54b25a15a8e7923c (patch) | |
tree | eaa0d39915dd43ab8df72da45bc4ee2531425c4f /www/w3m/files/extra-patch-terms.c.m17n | |
parent | Force use of autoconf 2.13. (diff) |
Update www/w3m to 0.2.3.2, www/w3m-img to 0.2.3.2+1.17 and
www/w3m-m17n to 0.2.3.2+20011230.
Notes
Notes:
svn path=/head/; revision=52649
Diffstat (limited to 'www/w3m/files/extra-patch-terms.c.m17n')
-rw-r--r-- | www/w3m/files/extra-patch-terms.c.m17n | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/w3m/files/extra-patch-terms.c.m17n b/www/w3m/files/extra-patch-terms.c.m17n deleted file mode 100644 index d061e70c3b1e..000000000000 --- a/www/w3m/files/extra-patch-terms.c.m17n +++ /dev/null @@ -1,16 +0,0 @@ ---- 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; |