Edit

IABSD.fr/ports/telephony/libosip2/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-11-27 18:52:32
    Hash : 3a24eeaa
    Message : telephony/libosip2: update to 5.3.1 Catch up with ten years of changes and take maintainer. Tested with sole consumer siproxd.

  • patch-src_osipparser2_osip_port_c
  • Index: src/osipparser2/osip_port.c
    --- src/osipparser2/osip_port.c.orig
    +++ src/osipparser2/osip_port.c
    @@ -877,7 +877,7 @@ int __osip_port_gettimeofday(struct timeval *tp, void 
       tp->tv_usec = timebuffer.millitm * 1000;
       return OSIP_SUCCESS;
     }
    -#elif defined(__linux)
    +#elif defined(__linux) || defined(__OpenBSD__)
     #include <sys/time.h>
     #define __osip_port_gettimeofday gettimeofday
     #elif defined(__APPLE__)