summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/tetex/files/teTeX-1.0-gentoo.diff')
-rw-r--r--app-text/tetex/files/teTeX-1.0-gentoo.diff44
1 files changed, 44 insertions, 0 deletions
diff --git a/app-text/tetex/files/teTeX-1.0-gentoo.diff b/app-text/tetex/files/teTeX-1.0-gentoo.diff
new file mode 100644
index 000000000000..e88767817ae8
--- /dev/null
+++ b/app-text/tetex/files/teTeX-1.0-gentoo.diff
@@ -0,0 +1,44 @@
+diff -r -C2 teTeX-1.0.orig/texk/gsftopk/gsftopk.c teTeX-1.0/texk/gsftopk/gsftopk.c
+*** teTeX-1.0.orig/texk/gsftopk/gsftopk.c Thu Apr 22 01:48:11 1999
+--- teTeX-1.0/texk/gsftopk/gsftopk.c Wed Oct 24 15:17:45 2001
+***************
+*** 407,411 ****
+ Boolean quiet = False;
+
+! struct option {
+ const char *longname;
+ short shortname;
+--- 407,411 ----
+ Boolean quiet = False;
+
+! struct xxx_option {
+ const char *longname;
+ short shortname;
+***************
+*** 415,419 ****
+ };
+
+! static const struct option options[] = {
+ {"test", 't', False, &test, True},
+ {"mapline", 0, True, &mapline, 0},
+--- 415,419 ----
+ };
+
+! static const struct xxx_option options[] = {
+ {"test", 't', False, &test, True},
+ {"mapline", 0, True, &mapline, 0},
+***************
+*** 1960,1965 ****
+ argp = argv;
+ while (++argp < argv + argc && (*argp)[0] == '-') {
+! const struct option *opt_ptr;
+! const struct option *opt;
+ char *arg = *argp + 1;
+
+--- 1960,1965 ----
+ argp = argv;
+ while (++argp < argv + argc && (*argp)[0] == '-') {
+! const struct xxx_option *opt_ptr;
+! const struct xxx_option *opt;
+ char *arg = *argp + 1;
+