[SCM] wavpack/master: Check for large files support on 32-bit systems too.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Apr 1 09:39:40 UTC 2012


The following commit has been merged in the master branch:
commit e87df06ad6c1e0354edd835b11b65cf73f1c726c
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Apr 1 11:37:57 2012 +0200

    Check for large files support on 32-bit systems too.
    
    Closes: #666340
    Thanks: Frank Lübeck for the report.

diff --git a/debian/patches/0002-largefile.patch b/debian/patches/0002-largefile.patch
new file mode 100644
index 0000000..273c0ba
--- /dev/null
+++ b/debian/patches/0002-largefile.patch
@@ -0,0 +1,20 @@
+Description: Enable largefile support on 32bit systems.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/666340
+Forwarded: no
+---
+ configure.ac |    3 +++
+ 1 file changed, 3 insertions(+)
+
+--- wavpack.orig/configure.ac
++++ wavpack/configure.ac
+@@ -48,6 +48,9 @@ AC_HEADER_STDC
+ AC_CHECK_LIBM
+ AC_SUBST(LIBM)
+ 
++# Check for large files support
++AC_SYS_LARGEFILE
++
+ # Check if cross-compiling on mingw
+ AC_MINGW32
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 7375104..65abfcd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-pkgconfig.patch
+0002-largefile.patch

-- 
wavpack packaging



More information about the pkg-multimedia-commits mailing list