CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/01/26 12:48:25
Modified files:
net/tdesktop : Makefile
Log message:
Ditch extra LDFLAGS
Those are mostly dependencies of tg_owt, which dynamically links
them correctly. tdesktop links against absl_strings on its own
already. libevent is not used at all.
This is a left-over from early porting days.
tdesktop still builds and works with this, including calls.
