aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2002-11-24 07:36:33 +0800
committerjmz <jmz@FreeBSD.org>2002-11-24 07:36:33 +0800
commit56051d5e86ce73d7bd4d6038f32036a9a6447926 (patch)
treeacfa49be7cbb48f73e78238c9e61051435fd09ce /print
parent23802b66789e2b0ee25e1426458a8e7cb16fd2b1 (diff)
downloadfreebsd-ports-gnome-56051d5e86ce73d7bd4d6038f32036a9a6447926.tar.gz
freebsd-ports-gnome-56051d5e86ce73d7bd4d6038f32036a9a6447926.tar.zst
freebsd-ports-gnome-56051d5e86ce73d7bd4d6038f32036a9a6447926.zip
Fix the build with the latest version of bison.
Submitted by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'print')
-rw-r--r--print/tex/files/patch-ae10
1 files changed, 10 insertions, 0 deletions
diff --git a/print/tex/files/patch-ae b/print/tex/files/patch-ae
new file mode 100644
index 000000000000..c551b8caf9d0
--- /dev/null
+++ b/print/tex/files/patch-ae
@@ -0,0 +1,10 @@
+--- web2c/web2c/web2c.y~ Tue Dec 9 11:41:52 1997
++++ web2c/web2c/web2c.y Sun Nov 24 00:32:19 2002
+@@ -135,6 +135,7 @@
+ /* program statement. Ignore any files. */
+ PROGRAM_HEAD:
+ program_tok undef_id_tok PROGRAM_FILE_PART ';'
++ ;
+
+ PROGRAM_FILE_PART:
+ '(' PROGRAM_FILE_LIST ')'