pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bump - Non-functional xfreerdp2 on 8.1 STABLE - missing POSIX timer_create?



On Mon, 16 Nov 2020, Bodie wrote:

original questions is now nearly one year old https://mail-index.netbsd.org/pkgsrc-users/2019/12/10/msg029983.html There was no response and I can confirm that problem still exists on 9.1 stable amd64 and evbarm. Are developers at least aware that there is such problem and freerdp2 is not working with newer Windows hosts over RDP?
here is my quick and possibly dirty patch

diff /root/Patches/synch_timer.c /tmp/pkgsrc/net/freerdp2/work.nb9-amd64/freerdp-2.1.2/winpr/libwinpr/synch/timer.c
246,253d245
< #elif defined(__NetBSD__)
< timer->fd = kqueue();
<  if (timer->fd <= 0)
<  {
<  free(timer);
<  return -1;
<  }
<

Best regards,
Uwe Klaus
--


Home | Main Index | Thread Index | Old Index