summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-02-05 21:20:43 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-02-05 21:20:43 +0000
commit86b860b09a75fe92c9c236389280d5b1253276b9 (patch)
tree8709aa7ab4d7f8db5fc5965173e4dee7b79080d0 /sys-fs/hfsutils/files
parent~alpha keyword, bug 79435. (diff)
downloadgentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.tar.gz
gentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.tar.bz2
gentoo-2-86b860b09a75fe92c9c236389280d5b1253276b9.zip
New revision with support for files larger than 2 GB.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-fs/hfsutils/files')
-rw-r--r--sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r41
-rw-r--r--sys-fs/hfsutils/files/largerthan2gb.patch14
2 files changed, 15 insertions, 0 deletions
diff --git a/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4 b/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4
new file mode 100644
index 000000000000..7cdf8f29675b
--- /dev/null
+++ b/sys-fs/hfsutils/files/digest-hfsutils-3.2.6-r4
@@ -0,0 +1 @@
+MD5 fa572afd6da969e25c1455f728750ec4 hfsutils-3.2.6.tar.gz 207697
diff --git a/sys-fs/hfsutils/files/largerthan2gb.patch b/sys-fs/hfsutils/files/largerthan2gb.patch
new file mode 100644
index 000000000000..f37d4d886031
--- /dev/null
+++ b/sys-fs/hfsutils/files/largerthan2gb.patch
@@ -0,0 +1,14 @@
+--- libhfs/os/unix.c-orig 1998-11-02 23:09:13.000000000 +0100
++++ libhfs/os/unix.c 2004-12-13 14:39:28.099124272 +0100
+@@ -19,6 +19,11 @@
+ * $Id: largerthan2gb.patch,v 1.1 2005/02/05 21:20:43 hansmi Exp $
+ */
+
++#ifdef __linux__
++#define _FILE_OFFSET_BITS 64
++#define _LARGE_FILES
++#endif
++
+ # ifdef HAVE_CONFIG_H
+ # include "config.h"
+ # endif