aboutsummaryrefslogtreecommitdiff
path: root/sysutils/shim
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2019-10-23 08:19:01 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2019-10-23 08:19:01 +0000
commitd60a016c21b9c1076eae7221aa336b77677536eb (patch)
tree45271bfc355ba116c11990c7c6ec60544f83e077 /sysutils/shim
parent145bb4f02adc549e471135756312076bfed8a7e6 (diff)
downloadports-d60a016c21b9c1076eae7221aa336b77677536eb.tar.gz
ports-d60a016c21b9c1076eae7221aa336b77677536eb.zip
sysutils/shim: fix building
* files/ patch-lib-console.c: %s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/g
Notes
Notes: svn path=/head/; revision=515238
Diffstat (limited to 'sysutils/shim')
-rw-r--r--sysutils/shim/files/patch-lib-console.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/shim/files/patch-lib-console.c b/sysutils/shim/files/patch-lib-console.c
new file mode 100644
index 000000000000..9b8771a6298e
--- /dev/null
+++ b/sysutils/shim/files/patch-lib-console.c
@@ -0,0 +1,11 @@
+--- lib/console.c.orig 2019-10-23 08:09:31 UTC
++++ lib/console.c
+@@ -360,7 +360,7 @@ static struct {
+ { EFI_SECURITY_VIOLATION, L"Security Violation"},
+
+ // warnings
+- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"},
++ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"},
+ { EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"},
+ { EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"},
+ { EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"},