Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37562652
en ru br
Репозитории ALT
S:2.2.11-alt3
5.1: 2.2.9-alt5
4.1: 2.2.9-alt5
4.0: 2.2.9-alt5
3.0: 2.2.9-alt3
www.altlinux.org/Changes

Группа :: Разработка/C
Пакет: indent

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: indent-2.2.11-alt-lfs.patch
Скачать


--- indent/configure.ac
+++ indent/configure.ac
@@ -15,6 +15,9 @@ AC_PROG_INSTALL
 AC_AIX
 AC_MINIX
 
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
+
 dnl Checks for UNIX variants that set DEFS,
 AC_ISC_POSIX
 
--- indent/src/args.c
+++ indent/src/args.c
@@ -62,12 +62,12 @@
 /* Argument scanning and profile reading code.  Default parameters are set
  * here as well. */
 
+#include "sys.h"
 #include <ctype.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-#include "sys.h"
 #include "indent.h"
 #include "args.h"
 #include "globs.h"
--- indent/src/comments.c
+++ indent/src/comments.c
@@ -18,9 +18,9 @@
  * GNU General Public License for more details.
  */
 
+#include "sys.h"
 #include <string.h>
 
-#include "sys.h"
 #include "indent.h"
 #include "code_io.h"
 #include "output.h"
--- indent/src/output.c
+++ indent/src/output.c
@@ -56,6 +56,7 @@
  *            Added --indent-label and --linux-style options.
  */
 
+#include "sys.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
@@ -64,7 +65,6 @@
 #include <sys/stat.h>
 
 #include "indent.h"
-#include "sys.h"
 #include "globs.h"
 #include "code_io.h"
 #include "output.h"
--- indent/src/utils.c
+++ indent/src/utils.c
@@ -19,6 +19,7 @@
  * - 2008-03-08 DI Creation
  */
 
+#include "sys.h"
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
--- indent/src/wildexp.c
+++ indent/src/wildexp.c
@@ -42,6 +42,7 @@
  */
 
 #if defined (_WIN32) && !defined (__CYGWIN__)
+#include "sys.h"
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
@@ -49,7 +50,6 @@
 #include <malloc.h>
 #include <ctype.h>
 
-#include "sys.h"
 #include "code_io.h"
 #include "indent.h"
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin