summaryrefslogtreecommitdiff
path: root/mail/mairix/files/patch-dfasyn-parse.y
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2007-03-20 22:58:34 +0000
committerOliver Braun <obraun@FreeBSD.org>2007-03-20 22:58:34 +0000
commit16d10bcd03f479f627737c5da7882cadebe7f2ea (patch)
tree1f2fb0173064bf9409de99a8ea3b204683213975 /mail/mairix/files/patch-dfasyn-parse.y
parentFix build with gcc42 (invalid lvalue in assignment). (diff)
Update to 0.20.
Diffstat (limited to '')
-rw-r--r--mail/mairix/files/patch-dfasyn-parse.y10
1 files changed, 0 insertions, 10 deletions
diff --git a/mail/mairix/files/patch-dfasyn-parse.y b/mail/mairix/files/patch-dfasyn-parse.y
deleted file mode 100644
index 6ab91b7d8951..000000000000
--- a/mail/mairix/files/patch-dfasyn-parse.y
+++ /dev/null
@@ -1,10 +0,0 @@
---- dfasyn/parse.y.orig Sat Jul 15 22:28:52 2006
-+++ dfasyn/parse.y Tue Aug 15 19:35:07 2006
-@@ -242,6 +242,7 @@
- ;
-
- tag_decl : TAG STRING EQUAL expr { define_tag($2, $4); }
-+ ;
-
- entrystruct_decl :
- ENTRYSTRUCT STRING STRING { define_entrystruct($2, $3); }