mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +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'
|
# Template file for 'jfsutils'
|
||||||
pkgname=jfsutils
|
pkgname=jfsutils
|
||||||
version=1.1.15
|
version=1.1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libuuid-devel"
|
makedepends="libuuid-devel"
|
||||||
short_desc="JFS filesystem utilities"
|
short_desc="JFS filesystem utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://jfs.sourceforge.net"
|
homepage="http://jfs.sourceforge.net"
|
||||||
distfiles="http://jfs.sourceforge.net/project/pub/${pkgname}-${version}.tar.gz"
|
distfiles="http://jfs.sourceforge.net/project/pub/${pkgname}-${version}.tar.gz"
|
||||||
checksum=244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
|
checksum=244a15f64015ce3ea17e49bdf6e1a0fb4f9af92b82fa9e05aa64cb30b5f07a4d
|
||||||
|
|
Loading…
Add table
Reference in a new issue