diff options
author | Clive Lin <clive@FreeBSD.org> | 2004-10-21 10:08:49 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2004-10-21 10:08:49 +0000 |
commit | 0bb2ca851292e8c0617c8f90565201689bf4a627 (patch) | |
tree | 5c108cf690d69622ba67a48a204d68590f1c9cb0 /mail/milter-spamc | |
parent | - this module create Gantt charts to manage project scheduling (diff) |
Fix build on amd64.
Approved by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=119900
Diffstat (limited to 'mail/milter-spamc')
-rw-r--r-- | mail/milter-spamc/files/patch-ba | 10 | ||||
-rw-r--r-- | mail/milter-spamc/files/patch-bb | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mail/milter-spamc/files/patch-ba b/mail/milter-spamc/files/patch-ba new file mode 100644 index 000000000000..5a57ac6865ee --- /dev/null +++ b/mail/milter-spamc/files/patch-ba @@ -0,0 +1,10 @@ +--- ../tools/here-i-am.c~ Thu Oct 21 03:50:12 2004 ++++ ../tools/here-i-am.c Thu Oct 21 04:01:48 2004 +@@ -34,6 +34,7 @@ + *** You can change the stuff below if the configure script doesn't work. + ***********************************************************************/ + ++#define HAVE_INET_NTOP 1 + + /*********************************************************************** + *** No configuration below this point. diff --git a/mail/milter-spamc/files/patch-bb b/mail/milter-spamc/files/patch-bb new file mode 100644 index 000000000000..8940be7dcc31 --- /dev/null +++ b/mail/milter-spamc/files/patch-bb @@ -0,0 +1,11 @@ +--- ../tools/where-are-you.c~ Thu Oct 21 03:55:49 2004 ++++ ../tools/where-are-you.c Thu Oct 21 03:56:28 2004 +@@ -42,6 +42,8 @@ + #define DEFAULT_TIMEOUT 3000 + #endif + ++#define HAVE_INET_NTOP 1 ++ + /*********************************************************************** + *** No configuration below this point. + ***********************************************************************/ |