pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May  7 06:30:40 UTC 2022

Modified Files:
        pkgsrc/emulators/wine: Makefile

Log Message:
wine: Explicitly disable LDAP support, the base ldap from NetBSD 9.99.x
being coincidentally detected is causing build failures.


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 pkgsrc/emulators/wine/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/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.238 pkgsrc/emulators/wine/Makefile:1.239
--- pkgsrc/emulators/wine/Makefile:1.238        Thu May  5 08:32:50 2022
+++ pkgsrc/emulators/wine/Makefile      Sat May  7 06:30:40 2022
@@ -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-capi
 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