From a14c0668720dcafde3f60b7659a01d99ec693a41 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 28 Jul 2014 23:33:47 +0000 Subject: Rename math/ patch-xy patches to reflect the files they modify. --- math/oleo/files/patch-src_posixtm.y | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 math/oleo/files/patch-src_posixtm.y (limited to 'math/oleo/files/patch-src_posixtm.y') 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; -- cgit v1.2.3