mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
jfsutils: rebuild for metadata
This commit is contained in:
parent
0290fecf2a
commit
07621428a9
2 changed files with 17 additions and 2 deletions
15
srcpkgs/jfsutils/patches/jfsutils-1.1.15-sysmacros.patch
Normal file
15
srcpkgs/jfsutils/patches/jfsutils-1.1.15-sysmacros.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
https://bugs.gentoo.org/580056
|
||||
|
||||
--- libfs/devices.c
|
||||
+++ libfs/devices.c
|
||||
@@ -30,6 +30,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
+#if HAVE_SYS_SYSMACROS_H
|
||||
+#include <sys/sysmacros.h>
|
||||
+#endif
|
||||
+
|
||||
#ifdef HAVE_SYS_MOUNT_H
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'jfsutils'
|
||||
pkgname=jfsutils
|
||||
version=1.1.15
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="libuuid-devel"
|
||||
short_desc="JFS filesystem utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://jfs.sourceforge.net"
|
||||
distfiles="http://jfs.sourceforge.net/project/pub/${pkgname}-${version}.tar.gz"
|
||||
checksum=244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
|
||||
|
|
Loading…
Add table
Reference in a new issue