summaryrefslogtreecommitdiff
path: root/games-rpg/manaplus/files/manaplus-1.9.3.23-gcc13.patch
blob: 1a2ae7e078d8385f5c6bdd6f7990026985842fa5 (plain)
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
https://bugs.gentoo.org/899028
--- a/src/net/ea/chatrecv.h
+++ b/src/net/ea/chatrecv.h
@@ -23,14 +23,7 @@
 #ifndef NET_EA_CHATRECV_H
 #define NET_EA_CHATRECV_H
 
-#if defined(__GXX_EXPERIMENTAL_CXX0X__)
-#if defined(__APPLE__)
-#include <tr1/cstdint>
-#endif  // defined(__APPLE__)
-#else  // defined(__GXX_EXPERIMENTAL_CXX0X__)
-#include <stdint.h>
-#endif  // defined(__GXX_EXPERIMENTAL_CXX0X__)
-
+#include <cstdint>
 #include <string>
 #include <queue>
 #ifndef __time_t_defined
--- a/src/net/ea/traderecv.h
+++ b/src/net/ea/traderecv.h
@@ -23,14 +23,7 @@
 #ifndef NET_EA_TRADERECV_H
 #define NET_EA_TRADERECV_H
 
-#if defined(__GXX_EXPERIMENTAL_CXX0X__)
-#if defined(__APPLE__)
-#include <tr1/cstdint>
-#endif  // defined(__APPLE__)
-#else  // defined(__GXX_EXPERIMENTAL_CXX0X__)
-#include <stdint.h>
-#endif  // defined(__GXX_EXPERIMENTAL_CXX0X__)
-
+#include <cstdint>
 #include <string>
 
 namespace Net