pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine-devel wine-devel: fix networking under ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ef847a36433
branches:  trunk
changeset: 352636:9ef847a36433
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Sep 17 19:32:37 2016 +0000

description:
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

diffstat:

 emulators/wine-devel/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f247e2aeaa6f -r 9ef847a36433 emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Sat Sep 17 19:32:20 2016 +0000
+++ b/emulators/wine-devel/Makefile     Sat Sep 17 19:32:37 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2016/09/15 09:25:53 maya Exp $
+# $NetBSD: Makefile,v 1.59 2016/09/17 19:32:37 maya Exp $
 
 DISTNAME=      wine-1.9.18
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  http://ibiblio.org/pub/linux/system/emulators/wine/ \
                ${MASTER_SITE_SOURCEFORGE:=wine/}
@@ -53,7 +54,7 @@
 NOT_PAX_MPROTECT_SAFE+=        bin/wine
 #PLIST.wine32=         yes
 .endif
-# Needs GCC >= 4.4; Experimental
+CONFIGURE_ARGS.NetBSD+=                wine_cv_linux_gethostbyname_r_6=no
 .if !empty(MACHINE_ARCH:Mx86_64)
 CONFIGURE_ARGS+=       --enable-win64 --libdir=${PREFIX}/lib
 NOT_PAX_MPROTECT_SAFE+=        bin/wine64



Home | Main Index | Thread Index | Old Index