Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 00:10:15 -0700 (PDT)
From:      "Kang Liu" <lazykang@hotmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/55320: Update port: mail/imapfilter
Message-ID:  <200308070710.h777AFts019848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/55320; it has been noted by GNATS.

From: "Kang Liu" <lazykang@hotmail.com>
To: <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: ports/55320: Update port: mail/imapfilter
Date: Thu, 7 Aug 2003 15:07:03 +0800

 I think this patch can fix build problem on 4.x :)
 
 --- /dev/null   Thu Aug  7 15:03:19 2003
 +++ files/patch-socket.c        Thu Aug  7 15:02:42 2003
 @@ -0,0 +1,12 @@
 +--- socket.c.orig       Thu Aug  7 14:42:52 2003
 ++++ socket.c    Thu Aug  7 15:00:17 2003
 +@@ -7,6 +7,9 @@
 + #include <netinet/in.h>
 + #include <netdb.h>
 + #include <fcntl.h>
 ++#if __FreeBSD_version < 500000
 ++#include <sys/time.h>
 ++#endif
 + 
 + #include "config.h"
 + #include "imapfilter.h"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308070710.h777AFts019848>