Index: x11-servers/x11rdp/files/patch-xtrans-X11R7.0-1.0.0__Xtranssock.c =================================================================== --- x11-servers/x11rdp/files/patch-xtrans-X11R7.0-1.0.0__Xtranssock.c (nonexistent) +++ x11-servers/x11rdp/files/patch-xtrans-X11R7.0-1.0.0__Xtranssock.c (working copy) @@ -0,0 +1,16 @@ +--- xtrans-X11R7.0-1.0.0/Xtranssock.c.orig 2013-01-28 17:29:24.000000000 +0100 ++++ xtrans-X11R7.0-1.0.0/Xtranssock.c 2016-02-14 17:33:06.948806000 +0100 +@@ -286,11 +286,13 @@ static int TRANS(SocketINETClose) (Xtran + * that don't have IPv6 support. + */ + #if defined(IPv6) && defined(AF_INET6) ++#ifndef __FreeBSD__ + static const struct in6_addr local_in6addr_any = IN6ADDR_ANY_INIT; + #pragma weak in6addr_any = local_in6addr_any + #ifndef __USLC__ + #pragma weak getaddrinfo + #endif ++#endif + static int haveIPv6 = 1; + #endif + Property changes on: x11-servers/x11rdp/files/patch-xtrans-X11R7.0-1.0.0__Xtranssock.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property