summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-25 13:08:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-08-25 13:08:15 +0000
commita38bf0e1bc6d4e2d003f4084681bb55114c96e57 (patch)
tree81c07679bdd38354b5309acdf3f206bd27c59cb2 /media-sound/sox/files
parenttrim whitespace (diff)
downloadhistorical-a38bf0e1bc6d4e2d003f4084681bb55114c96e57.tar.gz
historical-a38bf0e1bc6d4e2d003f4084681bb55114c96e57.tar.bz2
historical-a38bf0e1bc6d4e2d003f4084681bb55114c96e57.zip
Added largefile support as per bug #103578.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'media-sound/sox/files')
-rw-r--r--media-sound/sox/files/digest-sox-12.17.7-r21
-rw-r--r--media-sound/sox/files/sox-12.17.7-largefile.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/sox/files/digest-sox-12.17.7-r2 b/media-sound/sox/files/digest-sox-12.17.7-r2
new file mode 100644
index 000000000000..6f7c73e5a2e6
--- /dev/null
+++ b/media-sound/sox/files/digest-sox-12.17.7-r2
@@ -0,0 +1 @@
+MD5 a6876289602c1f2896b39e6a88e2a574 sox-12.17.7.tar.gz 466570
diff --git a/media-sound/sox/files/sox-12.17.7-largefile.patch b/media-sound/sox/files/sox-12.17.7-largefile.patch
new file mode 100644
index 000000000000..03d707c9db41
--- /dev/null
+++ b/media-sound/sox/files/sox-12.17.7-largefile.patch
@@ -0,0 +1,12 @@
+Index: sox-12.17.7/configure.in
+===================================================================
+--- sox-12.17.7.orig/configure.in
++++ sox-12.17.7/configure.in
+@@ -88,6 +88,7 @@ AC_C_BIGENDIAN
+ AC_C_CONST
+ AC_C_INLINE
+ AC_TYPE_SIZE_T
++AC_SYS_LARGEFILE
+
+ if test "$enable_old_rate" = yes
+ then