summaryrefslogtreecommitdiff
path: root/x11-libs/xpa/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /x11-libs/xpa/files
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'x11-libs/xpa/files')
-rw-r--r--x11-libs/xpa/files/xpa-2.1.18-include.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/xpa/files/xpa-2.1.18-include.patch b/x11-libs/xpa/files/xpa-2.1.18-include.patch
new file mode 100644
index 000000000000..f020e1815bec
--- /dev/null
+++ b/x11-libs/xpa/files/xpa-2.1.18-include.patch
@@ -0,0 +1,14 @@
+diff --git a/tcl.c b/tcl.c
+index 1dbdad4..acc8d45 100644
+--- a/tcl.c
++++ b/tcl.c
+@@ -2,6 +2,9 @@
+ * Copyright (c) 1999-2003 Smithsonian Astrophysical Observatory
+ */
+
++//declares uintptr_t
++#include<stdint.h>
++
+ #include <xpap.h>
+
+ #if HAVE_TCL