git: 8f8d9b9989cf - main - x11/nvidia-driver: Enable ACPI_PM by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Dec 2022 19:41:44 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f8d9b9989cf0d528c70b566032d69f8a2ff3c4c commit 8f8d9b9989cf0d528c70b566032d69f8a2ff3c4c Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2022-12-09 19:41:01 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2022-12-09 19:41:01 +0000 x11/nvidia-driver: Enable ACPI_PM by default It is needed to suspend/resume PR: 258710 Approved by: maintainer timeout --- x11/nvidia-driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 3140c72454db..0225c71a0268 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -105,7 +105,7 @@ SUB_PATCHES+= extra-patch-src-nv-misc.h OPTIONS_DEFINE= ACPI_PM LINUX WBINVD DOCS OPTIONS_DEFINE_i386= PAE -OPTIONS_DEFAULT= LINUX +OPTIONS_DEFAULT= ACPI_PM LINUX ACPI_PM_DESC= ACPI Power Management support LINUX_DESC= Linux compatibility support