Path to this page:
Subject: CVS commit: pkgsrc/emulators/wine-devel
From: Maya Rashish
Date: 2016-09-17 21:32:37
Message id: 20160917193237.8EA73FBD1@cvs.NetBSD.org
Log Message:
wine-devel: fix networking under netbsd
NetBSD has gethostbyname_r in libc, and it's incorrectly detected
as being sufficiently linux-like by wine, but it likely returns
different errors.
force fail the configure test for linux-like gethostbyname_r, which
already allows use of alternative networking functions.
fixes wine bug #40865: Steam does not connect to internet
bump PKGREVISION
Files: