aboutsummaryrefslogtreecommitdiff
path: root/print/tex-xdvik/files/patch-texk-xdvik-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/tex-xdvik/files/patch-texk-xdvik-main.c')
-rw-r--r--print/tex-xdvik/files/patch-texk-xdvik-main.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/print/tex-xdvik/files/patch-texk-xdvik-main.c b/print/tex-xdvik/files/patch-texk-xdvik-main.c
index c098098c97c8..02c6e68092fd 100644
--- a/print/tex-xdvik/files/patch-texk-xdvik-main.c
+++ b/print/tex-xdvik/files/patch-texk-xdvik-main.c
@@ -1,5 +1,5 @@
---- texk/xdvik/main.c.orig 2014-09-02 18:41:34.000000000 +0900
-+++ texk/xdvik/main.c 2015-01-31 21:35:42.000000000 +0900
+--- texk/xdvik/main.c.orig 2014-04-03 01:17:12 UTC
++++ texk/xdvik/main.c
@@ -39,6 +39,9 @@
#include "filehist.h"
#include "mag.h"
@@ -10,7 +10,7 @@
#if FREETYPE
# include <ft2build.h>
-@@ -54,6 +57,14 @@
+@@ -54,6 +57,14 @@ static const char *xdvi_kpse_prog_name =
#undef STRINGIFY
#undef TOSTRING
@@ -25,7 +25,7 @@
static char XtRBool3[] = "Bool3"; /* resource for Bool3 */
/* get these before setting `application_resources' */
-@@ -651,8 +662,16 @@
+@@ -651,8 +662,16 @@ init_check_resources(void)
/* paper type */
if (!set_paper_type(resource.paper)) {
@@ -43,7 +43,7 @@
const char **paper_types = get_paper_types();
for (p = paper_types; p < paper_types + get_paper_types_size(); p += 2) {
if (**p == '\0') { /* next line of list */
-@@ -663,6 +682,7 @@
+@@ -663,6 +682,7 @@ init_check_resources(void)
helpmsg = xstrcat(helpmsg, " ");
}
}
@@ -51,7 +51,7 @@
helpmsg = xstrcat(helpmsg,
"\n(the names ending with `r' are `rotated' or `landscape' variants).\n"
"Alternatively, you can specify the dimensions as `WIDTHxHEIGHT', followed "
-@@ -778,6 +798,9 @@
+@@ -778,6 +798,9 @@ static void
display_version_info(void)
{
printf("%s version %s ", XDVIK_PROGNAME, XDVI_VERSION);
@@ -61,7 +61,7 @@
#ifdef MOTIF
printf("(%s, runtime version %d.%d)\n",
/* XmVERSION, XmREVISION, XmUPDATE_LEVEL, */
-@@ -786,12 +809,19 @@
+@@ -786,12 +809,19 @@ display_version_info(void)
#else
printf("%s\n", XDVI_GUI);
#endif