aboutsummaryrefslogtreecommitdiff
path: root/math/oleo
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-02 16:33:58 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-02 16:33:58 +0000
commit37d195a89c752036639b3befbc9bb925cbd373fa (patch)
tree215583d9ad606cd182b97f13c396f891475969f5 /math/oleo
parent83f46c87559eb1f478db273216736355e8bab58e (diff)
downloadports-37d195a89c752036639b3befbc9bb925cbd373fa.tar.gz
ports-37d195a89c752036639b3befbc9bb925cbd373fa.zip
Add a patch to fix build with bison in -current.
PR: 46690 Submitted by: Andreas Schulz <ats@first.fraunhofer.de>
Notes
Notes: svn path=/head/; revision=72224
Diffstat (limited to 'math/oleo')
-rw-r--r--math/oleo/files/patch-src::posixtm.y12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src::posixtm.y b/math/oleo/files/patch-src::posixtm.y
new file mode 100644
index 000000000000..efe8896d05d9
--- /dev/null
+++ b/math/oleo/files/patch-src::posixtm.y
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/posixtm.y.orig Thu Jan 2 11:29:14 2003
++++ src/posixtm.y Thu Jan 2 11:30:01 2003
+@@ -85,6 +85,7 @@
+ YYABORT;
+ }
+ }
++ ;
+
+ year : digitpair {
+ t.tm_year = $1;