svn commit: r515238 - head/sysutils/shim/files
Vinícius Zavam
egypcio at FreeBSD.org
Wed Oct 23 08:19:02 UTC 2019
Author: egypcio
Date: Wed Oct 23 08:19:01 2019
New Revision: 515238
URL: https://svnweb.freebsd.org/changeset/ports/515238
Log:
sysutils/shim: fix building
* files/
patch-lib-console.c: %s/EFI_WARN_UNKOWN_GLYPH/EFI_WARN_UNKNOWN_GLYPH/g
Added:
head/sysutils/shim/files/patch-lib-console.c (contents, props changed)
Added: head/sysutils/shim/files/patch-lib-console.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/shim/files/patch-lib-console.c Wed Oct 23 08:19:01 2019 (r515238)
@@ -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"},
More information about the svn-ports-all
mailing list