aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-12-02 11:57:52 +0800
committermarcus <marcus@FreeBSD.org>2002-12-02 11:57:52 +0800
commitdff023f4f0e2db390b465649fff828fd6518afee (patch)
treed547457a72b261aa008cc8ae8eb04010b59ee28f /textproc
parent12387b66f76769fec4ffe4016799ed0ae47d3ca8 (diff)
downloadfreebsd-ports-gnome-dff023f4f0e2db390b465649fff828fd6518afee.tar.gz
freebsd-ports-gnome-dff023f4f0e2db390b465649fff828fd6518afee.tar.zst
freebsd-ports-gnome-dff023f4f0e2db390b465649fff828fd6518afee.zip
Fix build with bison 1.75.
Reported by: bento
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmltolatex/files/patch-h2l.y10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/htmltolatex/files/patch-h2l.y b/textproc/htmltolatex/files/patch-h2l.y
new file mode 100644
index 000000000000..be13c7149aa6
--- /dev/null
+++ b/textproc/htmltolatex/files/patch-h2l.y
@@ -0,0 +1,10 @@
+--- h2l.y.orig Sun Dec 1 22:57:58 2002
++++ h2l.y Sun Dec 1 22:58:30 2002
+@@ -136,6 +136,7 @@
+ ;
+
+ head_block_init: TAG_HEAD_START { if (!gMainDataStart) InitiateMainData(); }
++ ;
+ head_block_start: head_block_init TAG_CLOSE { gIgnoreNonTagChars = true; }
+ | head_block_init attribute_list TAG_CLOSE { gIgnoreNonTagChars = true; }
+ ;