diff options
author | petef <petef@FreeBSD.org> | 2003-01-03 00:33:58 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-01-03 00:33:58 +0800 |
commit | 81211949d630b6d94b736410556fd877276ae454 (patch) | |
tree | 9f3cbcef4ef5f90d64f6a8d906357977bdc3355d /math/oleo | |
parent | 2f04f983402baa1e241485b1b7c86ba51e82f140 (diff) | |
download | freebsd-ports-gnome-81211949d630b6d94b736410556fd877276ae454.tar.gz freebsd-ports-gnome-81211949d630b6d94b736410556fd877276ae454.tar.zst freebsd-ports-gnome-81211949d630b6d94b736410556fd877276ae454.zip |
Add a patch to fix build with bison in -current.
PR: 46690
Submitted by: Andreas Schulz <ats@first.fraunhofer.de>
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/files/patch-src::posixtm.y | 12 |
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; |