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:           Wed Dec  4 23:24:03 UTC 2024

Modified Files:
        pkgsrc/emulators/wine: Makefile

Log Message:
wine: Fix copypasto in comment.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 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.265 pkgsrc/emulators/wine/Makefile:1.266
--- pkgsrc/emulators/wine/Makefile:1.265        Wed Dec  4 15:06:58 2024
+++ pkgsrc/emulators/wine/Makefile      Wed Dec  4 23:24:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.265 2024/12/04 15:06:58 nia Exp $
+# $NetBSD: Makefile,v 1.266 2024/12/04 23:24:03 nia Exp $
 
 DISTNAME=      wine-9.0
 PKGREVISION=   4
@@ -33,7 +33,7 @@ CONFIGURE_ARGS+=      --without-gssapi
 CONFIGURE_ARGS+=       --without-hal
 # LDAP causes build failures on NetBSD 9.99.x and newer.
 CONFIGURE_ARGS+=       --without-ldap
-# LDAP causes build failures on NetBSD 10.x and 9.x.
+# PCAP causes build failures on NetBSD 10.x and 9.x.
 CONFIGURE_ARGS+=       --without-pcap
 CONFIGURE_ARGS+=       --without-krb5
 CONFIGURE_ARGS+=       --without-opencl



Home | Main Index | Thread Index | Old Index