diff options
Diffstat (limited to 'japanese/kterm/Makefile')
-rw-r--r-- | japanese/kterm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile index 91b97cc..3308264 100644 --- a/japanese/kterm/Makefile +++ b/japanese/kterm/Makefile @@ -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 |