From 5b7c114c09d07eecd00e6f7fb829563aae3597b9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jan 2023 20:22:33 +0000 Subject: gentoo auto-resync : 01:01:2023 - 20:22:32 --- sys-fs/hfsutils/files/largerthan2gb.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sys-fs/hfsutils/files/largerthan2gb.patch (limited to 'sys-fs/hfsutils/files') 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 -- cgit v1.2.3