Add an upstream patch to fix a broken array declaration.

https://github.com/acpica/acpica/commit/113286
This commit is contained in:
Jung-uk Kim 2019-02-21 21:24:42 +00:00
parent a9ffd968e5
commit 1e90dfa293
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493536
2 changed files with 12 additions and 0 deletions

View file

@ -2,6 +2,7 @@
PORTNAME= acpica
PORTVERSION= 20190215
PORTREVISION= 1
CATEGORIES= sysutils devel
MASTER_SITES= https://acpica.org/sites/acpica/files/ \
LOCAL/jkim

View file

@ -0,0 +1,11 @@
--- source/components/utilities/utdecode.c.orig 2019-02-15 17:38:43 UTC
+++ source/components/utilities/utdecode.c
@@ -632,7 +632,7 @@ static const char *AcpiGbl_GenericNotify[ACP
/* 0B */ "System Locality Update",
/* 0C */ "Reserved (was previously Shutdown Request)", /* Reserved in ACPI 6.0 */
/* 0D */ "System Resource Affinity Update",
- /* 0E */ "Heterogeneous Memory Attributes Update" /* ACPI 6.2 */
+ /* 0E */ "Heterogeneous Memory Attributes Update", /* ACPI 6.2 */
/* 0F */ "Error Disconnect Recover" /* ACPI 6.3 */
};