summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-08-27 20:56:29 +0000
committerjoerg <joerg@pkgsrc.org>2016-08-27 20:56:29 +0000
commit7570b9be6d0ef63a36dec40416451d2b7fe46b2e (patch)
tree6a652843643891717eceb126cc671ad3adb9c5f1 /emulators/wine-devel
parent91723bfd92587f2aab42de93544ad8a13a2e6780 (diff)
downloadpkgsrc-7570b9be6d0ef63a36dec40416451d2b7fe46b2e.tar.gz
Fix host name resolution on NetBSD. Bump revision.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index fd68d6cdede..616117a9f2c 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2016/03/05 11:28:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.57 2016/08/27 20:56:29 joerg Exp $
DISTNAME= wine-1.7.36
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= emulators
MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \
${MASTER_SITE_SOURCEFORGE:=wine/}
@@ -57,6 +57,11 @@ CONFIGURE_ARGS+= --enable-win64
PLIST.wine64= yes
.endif
+.if ${OPSYS} == "NetBSD"
+# gethostbyname_r is in libc, but has a different calling convention
+CONFIGURE_ARGS+= wine_cv_linux_gethostbyname_r_6=no
+.endif
+
.if ${OPSYS} != "Darwin"
PLIST.oss= yes
.include "../../fonts/fontconfig/buildlink3.mk"