diff --git a/srcpkgs/mokutil/patches/efivar.patch b/srcpkgs/mokutil/patches/efivar.patch new file mode 100644 index 00000000000..381f0f1443a --- /dev/null +++ b/srcpkgs/mokutil/patches/efivar.patch @@ -0,0 +1,10 @@ +--- a/src/mokutil.h ++++ b/src/mokutil.h +@@ -39,7 +39,6 @@ + + typedef unsigned long efi_status_t; + typedef uint8_t efi_bool_t; +-typedef wchar_t efi_char16_t; /* UNICODE character */ + + typedef enum { + DELETE_MOK = 0, diff --git a/srcpkgs/mokutil/template b/srcpkgs/mokutil/template index 06cabe2116f..db4a9c7d93c 100644 --- a/srcpkgs/mokutil/template +++ b/srcpkgs/mokutil/template @@ -1,7 +1,7 @@ # Template file for 'mokutil' pkgname=mokutil version=0.6.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="autoconf automake pkg-config" makedepends="keyutils-devel libefivar-devel openssl-devel"