pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/wine wine: Explicitly disable LDAP support, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/66a0727d7f8f
branches: trunk
changeset: 378827:66a0727d7f8f
user: nia <nia%pkgsrc.org@localhost>
date: Sat May 07 06:30:40 2022 +0000
description:
wine: Explicitly disable LDAP support, the base ldap from NetBSD 9.99.x
being coincidentally detected is causing build failures.
diffstat:
emulators/wine/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 3d76f75e113d -r 66a0727d7f8f emulators/wine/Makefile
--- a/emulators/wine/Makefile Sat May 07 06:00:48 2022 +0000
+++ b/emulators/wine/Makefile Sat May 07 06:30:40 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.238 2022/05/05 08:32:50 nia Exp $
+# $NetBSD: Makefile,v 1.239 2022/05/07 06:30:40 nia Exp $
DISTNAME= wine-5.0.5
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/
MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV:R}/
@@ -30,6 +30,8 @@
CONFIGURE_ARGS+= --without-gphoto
CONFIGURE_ARGS+= --without-gssapi
CONFIGURE_ARGS+= --without-hal
+# LDAP causes build failures on NetBSD 9.99.x and newer.
+CONFIGURE_ARGS+= --without-ldap
CONFIGURE_ARGS+= --without-krb5
CONFIGURE_ARGS+= --without-opencl
CONFIGURE_ARGS+= --without-udev
Home |
Main Index |
Thread Index |
Old Index