diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-11-23 18:18:56 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-24 18:36:28 +0100 |
commit | 2cadc90701dfb0fb1479882a2566681a2113bc88 (patch) | |
tree | 3aea0bf9ba58e7c9ab276e2c19a13d4c23b14cf4 /sys-fs/duperemove | |
parent | dev-db/citus: remove unused patch(es) (diff) | |
download | gentoo-2cadc90701dfb0fb1479882a2566681a2113bc88.tar.gz gentoo-2cadc90701dfb0fb1479882a2566681a2113bc88.tar.bz2 gentoo-2cadc90701dfb0fb1479882a2566681a2113bc88.zip |
sys-fs/duperemove: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-fs/duperemove')
-rw-r--r-- | sys-fs/duperemove/files/duperemove-0.13-musl.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/duperemove/files/duperemove-0.13-musl.patch b/sys-fs/duperemove/files/duperemove-0.13-musl.patch deleted file mode 100644 index 2fbf6782579f..000000000000 --- a/sys-fs/duperemove/files/duperemove-0.13-musl.patch +++ /dev/null @@ -1,23 +0,0 @@ -https://bugs.gentoo.org/916078 -https://github.com/markfasheh/duperemove/issues/310 -https://github.com/markfasheh/duperemove/commit/b275a365545a45f317280153a43bf02a55f89de6 - -From b275a365545a45f317280153a43bf02a55f89de6 Mon Sep 17 00:00:00 2001 -From: psykose <alice@ayaya.dev> -Date: Thu, 12 Oct 2023 08:37:47 +0000 -Subject: [PATCH] dbfile: include <sys/types.h> for dev_t - -fixes build on musl - -closes #310 ---- a/dbfile.h -+++ b/dbfile.h -@@ -5,6 +5,7 @@ - #include <stdint.h> - #include <sqlite3.h> - #include <stdbool.h> -+#include <sys/types.h> - #include "util.h" - - struct filerec; - |