Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsutils/files/
Date: Sun, 01 Jan 2023 18:16:40
Message-Id: 1672596977.058f7ae341314f4b14406bc49f51e87951dcf57f.conikost@gentoo
1 commit: 058f7ae341314f4b14406bc49f51e87951dcf57f
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Jan 1 13:44:19 2023 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 18:16:17 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058f7ae3
7
8 sys-fs/hfsutils: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28915
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 sys-fs/hfsutils/files/largerthan2gb.patch | 14 --------------
15 1 file changed, 14 deletions(-)
16
17 diff --git a/sys-fs/hfsutils/files/largerthan2gb.patch b/sys-fs/hfsutils/files/largerthan2gb.patch
18 deleted file mode 100644
19 index fb9fb7787f9c..000000000000
20 --- a/sys-fs/hfsutils/files/largerthan2gb.patch
21 +++ /dev/null
22 @@ -1,14 +0,0 @@
23 ---- a/libhfs/os/unix.c
24 -+++ b/libhfs/os/unix.c
25 -@@ -19,6 +19,11 @@
26 - * $Id$
27 - */
28 -
29 -+#ifdef __linux__
30 -+#define _FILE_OFFSET_BITS 64
31 -+#define _LARGE_FILES
32 -+#endif
33 -+
34 - # ifdef HAVE_CONFIG_H
35 - # include "config.h"
36 - # endif