[Lunar-commits] <moonbase> procmail: patch the BUILD file to compile with gcc 4.4.x.

Florin Braescu florin at lunar-linux.org
Sat Jan 9 13:03:54 CET 2010


commit 9cae1282ca815a4319b12c48e1a1d53d45eb0cec
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 9 14:03:54 2010 +0200

    procmail: patch the BUILD file to compile with gcc 4.4.x.
---
 mail/procmail/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/mail/procmail/BUILD b/mail/procmail/BUILD
index 62874d4..2a5b9f1 100644
--- a/mail/procmail/BUILD
+++ b/mail/procmail/BUILD
@@ -1,5 +1,8 @@
 (
 
+  # patch for gcc 4.4.x
+  sedit  "s:getline:GetLine:"  src/formisc.h src/formisc.c  src/fields.c  &&
+
   sedit  "s:LOCKINGTEST=__defaults__:LOCKINGTEST=/tmp:" Makefile
   sedit  "s:\$(BASENAME)\/man:\$(BASENAME)\/share\/man:g" Makefile
   make  init       &&


More information about the Lunar-commits mailing list