diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-04-14 15:49:42 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-04-14 15:49:42 +0000 |
commit | d44b9bfa19c71e8aa241b67d932a8387262ac53d (patch) | |
tree | 39223d73fc96aced4d00845e3ea4a687192fbbc7 /mail/dma/files/patch-alias_scan.l | |
parent | Update to 0.41 (diff) |
Fix a couple of issues:
- Make compile with old and new openssl
- Do not try to call git to get the version number
- Fix compile on FreeBSD 8.1
- Change maintainer email address
PR: ports/165775
Submitted by: bz
Diffstat (limited to 'mail/dma/files/patch-alias_scan.l')
-rw-r--r-- | mail/dma/files/patch-alias_scan.l | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/dma/files/patch-alias_scan.l b/mail/dma/files/patch-alias_scan.l new file mode 100644 index 000000000000..748bd034e771 --- /dev/null +++ b/mail/dma/files/patch-alias_scan.l @@ -0,0 +1,15 @@ +! +! Work around bug in FreeBSD 8.1 due to missing fix for: +! bin/139319: [patch] flex(1): fix prototypes, esp. when YY_NO_INPUT is defined +! +--- aliases_scan.l.orig 2012-01-03 13:54:05.000000000 +0000 ++++ aliases_scan.l 2012-04-13 18:23:41.000000000 +0000 +@@ -3,8 +3,6 @@ + #include <string.h> + #include "aliases_parse.h" + +-#define YY_NO_INPUT +- + int yylex(void); + %} + |