aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp')
-rw-r--r--editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp b/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
new file mode 100644
index 000000000000..d16797bf873e
--- /dev/null
+++ b/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
@@ -0,0 +1,15 @@
+--- src/Kernel/Abstractions/basic.hpp.orig 2015-12-03 08:18:07 UTC
++++ src/Kernel/Abstractions/basic.hpp
+@@ -15,9 +15,10 @@
+ #include <math.h>
+
+ #ifdef HAVE_INTPTR_T
+-#ifdef OS_SUN
++#ifdef HAVE_INTTYPES_H
+ #include <inttypes.h>
+-#else
++#endif
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
+ #endif
+ #else