diff --git a/srcpkgs/gnu-efi-libs/patches/riscv64.patch b/srcpkgs/gnu-efi-libs/patches/riscv64.patch deleted file mode 100644 index eb10d1bb176..00000000000 --- a/srcpkgs/gnu-efi-libs/patches/riscv64.patch +++ /dev/null @@ -1,22 +0,0 @@ -riscv64: adjust type definitions - -CHAR8 needs to be defined while BOOLEAN should be removed -here to prevent typedef conflicts - -Source: https://sourceforge.net/p/gnu-efi/code/ci/1de509497826faa0ad84b82f5e2c3d21ee613459/ ---- ---- a/inc/riscv64/efibind.h 2023-05-02 13:51:45.000000000 +0200 -+++ - 2024-02-16 17:14:57.455180520 +0100 -@@ -32,11 +32,9 @@ - typedef int16_t INT16; - typedef uint8_t UINT8; - typedef int8_t INT8; -+typedef char CHAR8; - typedef wchar_t CHAR16; - #define WCHAR CHAR16 --#ifndef BOOLEAN --typedef uint8_t BOOLEAN; --#endif - #undef VOID - typedef void VOID; - typedef int64_t INTN; diff --git a/srcpkgs/gnu-efi-libs/template b/srcpkgs/gnu-efi-libs/template index 5c25df7ef5b..c47d33046f2 100644 --- a/srcpkgs/gnu-efi-libs/template +++ b/srcpkgs/gnu-efi-libs/template @@ -1,7 +1,7 @@ # Template file for 'gnu-efi-libs' pkgname=gnu-efi-libs reverts="3.0w_1" # Not an actual revert, xbps considers 3.0w higher than 3.0.8 -version=3.0.17 +version=3.0.18 revision=1 makedepends="pciutils-devel" short_desc="Library for building UEFI Applications using GNU toolchain" @@ -9,7 +9,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://sourceforge.net/projects/gnu-efi/" distfiles="${SOURCEFORGE_SITE}/gnu-efi/gnu-efi-${version}.tar.bz2" -checksum=7807e903349343a7a142ebb934703a2872235e89688cf586c032b0a1087bcaf4 +checksum=7f212c96ee66547eeefb531267b641e5473d7d8529f0bd8ccdefd33cf7413f5c nostrip=yes # If we are cross-building we need to pass the cross-compilation triplet