pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine-devel



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Sep 17 19:32:37 UTC 2016

Modified Files:
        pkgsrc/emulators/wine-devel: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/emulators/wine-devel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/wine-devel/Makefile
diff -u pkgsrc/emulators/wine-devel/Makefile:1.58 pkgsrc/emulators/wine-devel/Makefile:1.59
--- pkgsrc/emulators/wine-devel/Makefile:1.58   Thu Sep 15 09:25:53 2016
+++ pkgsrc/emulators/wine-devel/Makefile        Sat Sep 17 19:32:37 2016
@@ -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 @@ PLIST_SRC=    PLIST.wine32
 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