diff options
author | msun <msun00@yandex.ru> | 2016-02-04 10:38:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-02-09 17:20:33 +0000 |
commit | 0eefec77f9a34bc43d9bd32d43d42ba746bc2af1 (patch) | |
tree | bbda493f67a5bc2f3d6363c3266fc624d94bf922 /testing/at/10-parsetime.l-1.patch | |
parent | 2f61c1d9268c76e386a63145b02b5cc8d578b530 (diff) | |
download | aports-0eefec77f9a34bc43d9bd32d43d42ba746bc2af1.tar.bz2 aports-0eefec77f9a34bc43d9bd32d43d42ba746bc2af1.tar.xz |
testing/at: new aport
http://packages.qa.debian.org/a/at.html
AT and batch delayed command scheduling utility and daemon
Diffstat (limited to 'testing/at/10-parsetime.l-1.patch')
-rw-r--r-- | testing/at/10-parsetime.l-1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/at/10-parsetime.l-1.patch b/testing/at/10-parsetime.l-1.patch new file mode 100644 index 0000000000..30fda69923 --- /dev/null +++ b/testing/at/10-parsetime.l-1.patch @@ -0,0 +1,11 @@ +--- at-3.1.16/parsetime.l.orig ++++ at-3.1.16/parsetime.l +@@ -32,6 +32,8 @@ + } while(0) + %} + ++%option noyywrap ++ + %% + + now { COPY_TOK ; return NOW; } |