Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37876847
en ru br
ALT Linux repositórios
S:3.0.1-alt1
5.0: 1.6.2-alt1
4.1: 1.5-alt2

Group :: Som
RPM: asunder

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: asunder-2.4-alt-lfs.patch
Download


--- configure.in~	2013-12-27 17:50:40.000000000 +0400
+++ configure.in	2014-01-03 19:05:16.639442000 +0400
@@ -11,6 +11,9 @@
 AM_PROG_CC_STDC
 AC_HEADER_STDC
 
+# check for large file support
+AC_SYS_LARGEFILE
+
 pkg_modules="gtk+-2.0 >= 2.4.0, gthread-2.0 >= 2.4.0, libcddb >= 0.9.5"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)
--- config.h.in~	2013-12-27 17:51:52.000000000 +0400
+++ config.h.in	2014-01-03 19:05:30.000000000 +0400
@@ -74,3 +74,14 @@
 
 /* Version number of package */
 #undef VERSION
+
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
--- src/util.c~	2013-08-26 23:03:52.000000000 +0400
+++ src/util.c	2014-01-03 19:12:02.651732422 +0400
@@ -10,6 +10,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
--- src/wrappers.c~	2013-12-18 20:17:29.000000000 +0400
+++ src/wrappers.c	2014-01-03 19:14:57.684470160 +0400
@@ -10,6 +10,10 @@
 
 */
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #define _GNU_SOURCE
 
 #include <sys/types.h>
--- src/completion.c~	2014-01-03 19:17:00.154187567 +0400
+++ src/completion.c	2014-01-03 19:17:11.013985163 +0400
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <string.h>
 #include <stdio.h>
 #include <sys/stat.h>
--- src/prefs.c~	2013-12-25 10:17:11.000000000 +0400
+++ src/prefs.c	2014-01-03 19:19:18.299612811 +0400
@@ -9,6 +9,9 @@
 Foundation; version 2 of the licence.
 
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <stdio.h>
 #include <string.h>
--- src/threads.c~	2013-12-18 20:17:29.000000000 +0400
+++ src/threads.c	2014-01-03 19:20:54.309823372 +0400
@@ -9,6 +9,9 @@
 Foundation; version 2 of the licence.
 
 */
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
 
 #include <sys/types.h>
 #include <sys/stat.h>
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009