mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gnu-efi-libs: update to 3.0.18.
This commit is contained in:
parent
09df9605f3
commit
3175ea610e
2 changed files with 2 additions and 24 deletions
|
@ -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;
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnu-efi-libs'
|
# Template file for 'gnu-efi-libs'
|
||||||
pkgname=gnu-efi-libs
|
pkgname=gnu-efi-libs
|
||||||
reverts="3.0w_1" # Not an actual revert, xbps considers 3.0w higher than 3.0.8
|
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
|
revision=1
|
||||||
makedepends="pciutils-devel"
|
makedepends="pciutils-devel"
|
||||||
short_desc="Library for building UEFI Applications using GNU toolchain"
|
short_desc="Library for building UEFI Applications using GNU toolchain"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/gnu-efi/"
|
homepage="https://sourceforge.net/projects/gnu-efi/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gnu-efi/gnu-efi-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/gnu-efi/gnu-efi-${version}.tar.bz2"
|
||||||
checksum=7807e903349343a7a142ebb934703a2872235e89688cf586c032b0a1087bcaf4
|
checksum=7f212c96ee66547eeefb531267b641e5473d7d8529f0bd8ccdefd33cf7413f5c
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
# If we are cross-building we need to pass the cross-compilation triplet
|
# If we are cross-building we need to pass the cross-compilation triplet
|
||||||
|
|
Loading…
Add table
Reference in a new issue