-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindent-2.2.13.patch
37 lines (35 loc) · 1.44 KB
/
indent-2.2.13.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
diff -ru indent-2.2.13/config/config.guess indent-2.2.13.new/config/config.guess
--- indent-2.2.13/config/config.guess 2023-01-26 10:52:28.000000000 +0100
+++ indent-2.2.13.new/config/config.guess 2024-08-09 09:28:46.000000000 +0200
@@ -1492,6 +1492,9 @@
amd64:Isilon\ OneFS:*:*)
echo x86_64-unknown-onefs
exit ;;
+ i*86:Fiwix:*:*)
+ echo "$UNAME_MACHINE"-pc-fiwix
+ exit ;;
*:Unleashed:*:*)
echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE"
exit ;;
diff -ru indent-2.2.13/config/config.sub indent-2.2.13.new/config/config.sub
--- indent-2.2.13/config/config.sub 2023-01-26 10:52:29.000000000 +0100
+++ indent-2.2.13.new/config/config.sub 2024-08-09 09:28:55.000000000 +0200
@@ -1722,7 +1722,7 @@
| skyos* | haiku* | rdos* | toppers* | drops* | es* \
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \
| midnightbsd* | amdhsa* | unleashed* | emscripten* | wasi* \
- | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx*)
+ | nsk* | powerunix* | genode* | zvmoe* | qnx* | emx* | fiwix*)
;;
# This one is extra strict with allowed versions
sco3.2v2 | sco3.2v[4-9]* | sco5v6*)
diff -ru indent-2.2.13/src/code_io.c indent-2.2.13.new/src/code_io.c
--- indent-2.2.13/src/code_io.c 2021-04-19 10:13:53.000000000 +0200
+++ indent-2.2.13.new/src/code_io.c 2024-08-09 09:29:22.000000000 +0200
@@ -69,6 +69,8 @@
#include "globs.h"
#include "output.h"
+#define SSIZE_MAX INT_MAX
+
RCSTAG_CC ("$Id$");
/**