mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ea8e7984fa
direct connection to Canna}. PKGNAME of japanese/jvim3-direct_canna has 2 dashes like "ja-jvim--direct_canna-3.0.1.3d", but "-direct_canna" is used for specifying compiler option automagically. PR: ports/8115 Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
--- src/term.c.~1~ Thu Sep 17 11:58:38 1998
|
|
+++ src/term.c Fri Sep 18 09:26:33 1998
|
|
@@ -207,7 +207,9 @@
|
|
T_CDL = TGETSTR("DL", &tp);
|
|
T_CS = TGETSTR("cs", &tp);
|
|
T_ED = TGETSTR("cl", &tp);
|
|
+#ifndef __FreeBSD__ /* by Satoshi TAOKA */
|
|
T_CI = TGETSTR("vi", &tp);
|
|
+#endif
|
|
T_CV = TGETSTR("ve", &tp);
|
|
T_CVV = TGETSTR("vs", &tp);
|
|
T_TP = TGETSTR("me", &tp);
|