summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-01-01 14:44:19 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-01-01 19:16:17 +0100
commit058f7ae341314f4b14406bc49f51e87951dcf57f (patch)
treea3e0ad93c9b82b8771b7f8f29bbb56e834e2643e
parentsys-fs/bees: remove unused patch(es) (diff)
downloadgentoo-058f7ae3.tar.gz
gentoo-058f7ae3.tar.bz2
gentoo-058f7ae3.zip
sys-fs/hfsutils: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28915 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--sys-fs/hfsutils/files/largerthan2gb.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-fs/hfsutils/files/largerthan2gb.patch b/sys-fs/hfsutils/files/largerthan2gb.patch
deleted file mode 100644
index fb9fb7787f9c..000000000000
--- a/sys-fs/hfsutils/files/largerthan2gb.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/libhfs/os/unix.c
-+++ b/libhfs/os/unix.c
-@@ -19,6 +19,11 @@
- * $Id$
- */
-
-+#ifdef __linux__
-+#define _FILE_OFFSET_BITS 64
-+#define _LARGE_FILES
-+#endif
-+
- # ifdef HAVE_CONFIG_H
- # include "config.h"
- # endif