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: Sun Dec 8 10:29:36 UTC 2024
Modified Files:
pkgsrc/emulators/wine: Makefile
Log Message:
wine: Disable kqueue on netbsd-9 and earlier due to EVFILT_USER missing
To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 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.267 pkgsrc/emulators/wine/Makefile:1.268
--- pkgsrc/emulators/wine/Makefile:1.267 Thu Dec 5 08:01:22 2024
+++ pkgsrc/emulators/wine/Makefile Sun Dec 8 10:29:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2024/12/05 08:01:22 nia Exp $
+# $NetBSD: Makefile,v 1.268 2024/12/08 10:29:36 nia Exp $
DISTNAME= wine-9.0
PKGREVISION= 4
@@ -62,6 +62,10 @@ NOT_PAX_MPROTECT_SAFE+= bin/wine
# Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
CONFIGURE_ENV+= ac_cv_cflags__Wl___enable_new_dtags=no
. endif
+. if ${OPSYS_VERSION} < 100000
+# Requires EVFILT_USER
+CONFIGURE_ENV+= ac_cv_func_kqueue=no
+. endif
# gethostbyname_r is in libc, but has a different calling convention
CONFIGURE_ENV+= wine_cv_linux_gethostbyname_r_6=no
.endif
Home |
Main Index |
Thread Index |
Old Index