mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
New features since v1.4: Add Atari ST VT52 modes Support web-based dialing directories Alt+Home now centres the window on the screen Add setting to invert mouse wheel Option to defer telnet negotiation Use the SAA5050 font for Prestel mode Add BBC Micro Mode 7 mode
10 lines
446 B
Text
10 lines
446 B
Text
--- src/syncterm/GNUmakefile.orig 2025-02-11 19:11:48 UTC
|
|
+++ src/syncterm/GNUmakefile
|
|
@@ -83,6 +83,7 @@ $(MTOBJODIR)$(DIRSEP)conn$(OFILE): $(CRYPT_LIBS)
|
|
$(MTOBJODIR)$(DIRSEP)ssh$(OFILE): $(CRYPT_LIBS)
|
|
$(MTOBJODIR)$(DIRSEP)syncterm$(OFILE): $(CRYPT_LIBS) $(CIOLIB-MT)
|
|
$(MTOBJODIR)$(DIRSEP)telnets$(OFILE): $(CRYPT_LIBS)
|
|
+$(MTOBJODIR)$(DIRSEP)webget$(OFILE): $(CRYPT_LIBS)
|
|
$(CIOLIB_INTERPOLATE_OBJS): $(CIOLIB-MT_BUILD)
|
|
|
|
ifeq ($(os),darwin)
|