aboutsummaryrefslogtreecommitdiffstats
path: root/editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-23 14:06:01 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-23 14:06:01 +0000
commit57e7a0c9f75307583bd69a3389bb5b039bd693fb (patch)
treeff251717f36772974473a3c47b19486586ce220e /editors/texmacs/files/patch-src_Kernel_Abstractions_basic.hpp
parent485984607bfce9318033735bec98bca4c53f0f9c (diff)
Update to 1.99.4.
PR: 208208 Submitted by: tkato432 yahoo com Sponsored by: Absolight
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