From d44b9bfa19c71e8aa241b67d932a8387262ac53d Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Sat, 14 Apr 2012 15:49:42 +0000 Subject: 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 --- mail/dma/files/patch-alias_scan.l | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mail/dma/files/patch-alias_scan.l (limited to 'mail/dma/files/patch-alias_scan.l') 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 + #include "aliases_parse.h" + +-#define YY_NO_INPUT +- + int yylex(void); + %} + -- cgit v1.2.3