--- gui/simple-chooser/gdm-host-chooser-widget.c.orig 2010-01-13 14:29:00.000000000 +0000 +++ gui/simple-chooser/gdm-host-chooser-widget.c 2010-01-17 13:04:14.000000000 +0000 @@ -543,6 +543,8 @@ xdmcp_init (GdmHostChooserWidget *widget #ifdef ENABLE_IPV6 widget->priv->socket_fd = socket (AF_INET6, SOCK_DGRAM, 0); if (widget->priv->socket_fd != -1) { + int off = 0; + setsockopt(widget->priv->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof (off)); widget->priv->have_ipv6 = TRUE; } #endif reebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnet
Commit message (Expand)AuthorAgeFilesLines
* - Cleanup Makefile: remove PLIST_SUBsunpoet2016-03-212-66/+9
* Install net/libnet headers and libraries back in the location where othertijl2016-03-203-41/+18
* - Backport upstream fixes (from 1.2 to 1.1.6)sunpoet2015-01-185-1/+82
* Cleanup plistantoine2014-11-221-5/+0
* - Add LICENSEsunpoet2014-07-152-39/+27
* - Convert net/libnet to USES=libtool and bump dependent portstijl2014-07-142-12/+8
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-101-1/+1
* net/libnet: Fix build on DragonFly (dports)marino2014-07-061-2/+2
* - drop maintainershipdinoex2014-05-171-1/+1
* - use STAGEDIRdinoex2013-11-172-8/+9
* - fix misplaced NO_STAGE in slaveports and ifdefsdinoex2013-09-211-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21