diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-09 13:22:12 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-09 13:22:12 +0000 |
commit | d34d24d2f8c15691589afabfe6f8396af4eefee1 (patch) | |
tree | 91c97ee0e8127322608618c42c3e8295c9a6d973 /app-text/xdvik/files | |
parent | NFS breakages during repoman commit are no fun, recommit for manifest (diff) | |
download | gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.tar.gz gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.tar.bz2 gentoo-2-d34d24d2f8c15691589afabfe6f8396af4eefee1.zip |
Make sure system kpathsea headers are used
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xdvik/files')
-rw-r--r-- | app-text/xdvik/files/xdvik-22.84.16-cvararg.patch | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch b/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch new file mode 100644 index 000000000000..25efb5d51382 --- /dev/null +++ b/app-text/xdvik/files/xdvik-22.84.16-cvararg.patch @@ -0,0 +1,73 @@ +c-vararg is an internal header of kpathsea, not installed by the system version. + +Index: xdvik-22.84.16/texk/xdvik/dvi-draw.c +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/dvi-draw.c ++++ xdvik-22.84.16/texk/xdvik/dvi-draw.c +@@ -43,7 +43,6 @@ in xdvi.c. + #include "kpathsea/c-stat.h" + #include "kpathsea/magstep.h" + #include "kpathsea/tex-file.h" +-#include "kpathsea/c-vararg.h" + + #include <string.h> + +Index: xdvik-22.84.16/texk/xdvik/gui/message-window.c +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/gui/message-window.c ++++ xdvik-22.84.16/texk/xdvik/gui/message-window.c +@@ -78,7 +78,6 @@ by the user (as a rough guide: a delay o + # include <X11/Xaw/Dialog.h> + #endif + +-#include "kpathsea/c-vararg.h" + #include "xdvi.h" + #include "util.h" + #include "string-utils.h" +Index: xdvik-22.84.16/texk/xdvik/gui/statusline.c +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/gui/statusline.c ++++ xdvik-22.84.16/texk/xdvik/gui/statusline.c +@@ -32,7 +32,6 @@ + #include "pagehist.h" + #include "util.h" + +-#include "kpathsea/c-vararg.h" + #include "my-vsnprintf.h" + + #include <ctype.h> +Index: xdvik-22.84.16/texk/xdvik/string-utils.h +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/string-utils.h ++++ xdvik-22.84.16/texk/xdvik/string-utils.h +@@ -2,7 +2,6 @@ + #define STRING_UTILS_H_ + + #include "xdvi-config.h" +-#include "kpathsea/c-vararg.h" + #include "my-vsnprintf.h" + + extern Boolean str_is_prefix(const char *, const char *, Boolean case_sensitive); +Index: xdvik-22.84.16/texk/xdvik/tests/test_string_utils.c +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/tests/test_string_utils.c ++++ xdvik-22.84.16/texk/xdvik/tests/test_string_utils.c +@@ -1,6 +1,5 @@ + #include "xdvi-config.h" + #include "xdvi.h" +-#include "kpathsea/c-vararg.h" + + #include <stdio.h> + #include <stdlib.h> +Index: xdvik-22.84.16/texk/xdvik/xdvi.h +=================================================================== +--- xdvik-22.84.16.orig/texk/xdvik/xdvi.h ++++ xdvik-22.84.16/texk/xdvik/xdvi.h +@@ -261,7 +261,6 @@ extern KPSEDLL char *kpathsea_version_st + # define NeedVarargsPrototypes NeedFunctionPrototypes + #endif + +-#include "kpathsea/c-vararg.h" + #include "kpathsea/c-fopen.h" + + #ifndef _XFUNCPROTOBEGIN |