aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ptex-base
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2003-02-05 13:31:02 +0800
committermax <max@FreeBSD.org>2003-02-05 13:31:02 +0800
commit2d81e2b9b05378b86c3ead452f43ba71af32dc83 (patch)
tree6613c07a7d7c32697c8cb7a14415d4c2ee0ad738 /japanese/ptex-base
parent8677306ecbaf4e3de3ea78199c78827c4bf32cb6 (diff)
downloadfreebsd-ports-gnome-2d81e2b9b05378b86c3ead452f43ba71af32dc83.tar.gz
freebsd-ports-gnome-2d81e2b9b05378b86c3ead452f43ba71af32dc83.tar.zst
freebsd-ports-gnome-2d81e2b9b05378b86c3ead452f43ba71af32dc83.zip
Make it compilable with newer bison.
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> PR: 47457
Diffstat (limited to 'japanese/ptex-base')
-rw-r--r--japanese/ptex-base/files/patch-texk::web2c::web2c::web2c.y11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/ptex-base/files/patch-texk::web2c::web2c::web2c.y b/japanese/ptex-base/files/patch-texk::web2c::web2c::web2c.y
new file mode 100644
index 000000000000..ff5b99ad6c66
--- /dev/null
+++ b/japanese/ptex-base/files/patch-texk::web2c::web2c::web2c.y
@@ -0,0 +1,11 @@
+--- texk/web2c/web2c/web2c.y.orig Tue Dec 9 02:41:52 1997
++++ texk/web2c/web2c/web2c.y Wed Nov 6 15:29:26 2002
+@@ -134,7 +134,8 @@
+
+ /* program statement. Ignore any files. */
+ PROGRAM_HEAD:
+ program_tok undef_id_tok PROGRAM_FILE_PART ';'
++ ;
+
+ PROGRAM_FILE_PART:
+ '(' PROGRAM_FILE_LIST ')'