mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
5b66e8ef00
commit
d9f2138e28
2 changed files with 26 additions and 0 deletions
10
srcpkgs/iucode-tool/patches/musl-limits_h.patch
Normal file
10
srcpkgs/iucode-tool/patches/musl-limits_h.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- iucode_tool.c 2017-08-28 02:20:36.000000000 +0200
|
||||||
|
+++ iucode_tool.c 2017-12-22 18:11:59.195710726 +0100
|
||||||
|
@@ -19,6 +19,7 @@
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
16
srcpkgs/iucode-tool/template
Normal file
16
srcpkgs/iucode-tool/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'iucode-tool'
|
||||||
|
pkgname=iucode-tool
|
||||||
|
version=2.2
|
||||||
|
revision=1
|
||||||
|
only_for_archs="i686 x86_64 i686-musl x86_64-musl"
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="Program to manipulate microcode update collections for Intel"
|
||||||
|
maintainer="Vintodrimmer <vintodrimmer@protonmail.ch>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="https://gitlab.com/iucode-tool/iucode-tool/wikis/home"
|
||||||
|
distfiles="https://gitlab.com/iucode-tool/releases/raw/latest/iucode-tool_${version}.tar.xz"
|
||||||
|
checksum=9810daf925b8a9ca244adc4e1916bcab65601c9ebe87e91c2281f78055982971
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) makedepends+=" argp-standalone" ;;
|
||||||
|
esac
|
Loading…
Add table
Reference in a new issue