diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-11-19 16:36:43 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-11-19 16:36:43 +0000 |
commit | 9e23b45afb657299d2f98882e91a12866eee1e84 (patch) | |
tree | 726f27519e783dd5e72015fca519e5baafaff46d /net-www/w3m/files/w3m-async-gpm-gentoo.diff | |
parent | x86 stable (diff) | |
download | historical-9e23b45afb657299d2f98882e91a12866eee1e84.tar.gz historical-9e23b45afb657299d2f98882e91a12866eee1e84.tar.bz2 historical-9e23b45afb657299d2f98882e91a12866eee1e84.zip |
Added a patch to fix build failure when USE="-gpm"
Diffstat (limited to 'net-www/w3m/files/w3m-async-gpm-gentoo.diff')
-rw-r--r-- | net-www/w3m/files/w3m-async-gpm-gentoo.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-www/w3m/files/w3m-async-gpm-gentoo.diff b/net-www/w3m/files/w3m-async-gpm-gentoo.diff new file mode 100644 index 000000000000..c1c557fe53e3 --- /dev/null +++ b/net-www/w3m/files/w3m-async-gpm-gentoo.diff @@ -0,0 +1,16 @@ +--- terms.c.ORIG 2003-11-20 00:20:23.000000000 +0900 ++++ terms.c 2003-11-20 01:21:30.000000000 +0900 +@@ -34,12 +34,12 @@ + #endif /* use_SYSMOUSE */ + + static int is_xterm = 0; +-static char *term = NULL; + + void mouse_init(), mouse_end(); + int mouseActive = 0; + #endif /* USE_MOUSE */ + ++static char *term = NULL; + static char *title_str = NULL; + + extern int tty; |