diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-08-28 06:49:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-08-28 06:49:13 +0000 |
commit | f69cd6f97c518633851a4a4fe1606b104bb65bf0 (patch) | |
tree | adf83b60aeb700ad5349c2adc7b17debf235f2a5 /x11/wterm/files/patch-ab | |
parent | Oops, I didn't actually read the webpage.. PhysCalc is at version 2.4. (diff) |
Update to 6.2.7a1
Submitted by: Tobias Reifenberger <treif@mayn.de>
Diffstat (limited to 'x11/wterm/files/patch-ab')
-rw-r--r-- | x11/wterm/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/wterm/files/patch-ab b/x11/wterm/files/patch-ab new file mode 100644 index 000000000000..96aba37b8ecb --- /dev/null +++ b/x11/wterm/files/patch-ab @@ -0,0 +1,17 @@ +--- src/wterm.h.orig Thu Aug 10 03:12:22 2000 ++++ src/wterm.h Thu Aug 10 03:12:47 2000 +@@ -408,11 +408,13 @@ + #else + # define COLORTERMENVFULL COLORTERMENV + #endif ++ ++#undef TERMENV + #ifndef TERMENV + # ifdef KANJI + # define TERMENV "kterm" + # else +-# define TERMENV "xterm" ++# define TERMENV "xterm-color" + # endif + #endif + |