aboutsummaryrefslogtreecommitdiff
path: root/japanese/ptex-base
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2003-02-05 05:31:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2003-02-05 05:31:02 +0000
commitb1693d551572780160d21ca62afd534a5f0f3b62 (patch)
tree39c1eecf61ba2ac1a34bb932a5a96079d45903be /japanese/ptex-base
parent1afd4c64520503d36c951f0da7864cead9256ab5 (diff)
downloadports-b1693d551572780160d21ca62afd534a5f0f3b62.tar.gz
ports-b1693d551572780160d21ca62afd534a5f0f3b62.zip
Make it compilable with newer bison.
Submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> PR: 47457
Notes
Notes: svn path=/head/; revision=74782
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 ')'