1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add Tektronix emulation knob.

PR:		ports/64835
Submitted by:	Katsura Matsumoto <katsura@cc.osaka-kyoiku.ac.jp>
Approved by:	shige (blanket)
This commit is contained in:
Norikatsu Shigemura 2004-03-31 15:40:30 +00:00
parent f5d5841115
commit 5323a25a7e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105785
2 changed files with 16 additions and 0 deletions

View File

@ -58,6 +58,11 @@ post-patch:
@${ECHO_MSG} "===> Applying neXtaw scrollbar patch"
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-neXtaw
.endif
.if defined(WITH_TEKTRONIX)
post-patch:
@${ECHO_MSG} "===> Applying Tektronix emulation patch"
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-Tektronix
.endif
.endif

View File

@ -0,0 +1,11 @@
--- ./kterm.h.orig Fri Jul 12 14:01:37 1996
+++ ./kterm.h Thu Aug 16 01:34:54 2001
@@ -35,7 +35,7 @@
#define KTERM_XIM /* XIM protocol */
#define KTERM_KINPUT2 /* Kinput2 protocol */
#define KTERM_COLOR /* color sequence */
-#define KTERM_NOTEK /* disables Tektronix emulation */
+#undef KTERM_NOTEK /* disables Tektronix emulation */
#undef KTERM_XAW3D /* Xaw3d -DARROW_SCROLLBAR support */
#endif /* !_KTERM_H_ */