diff options
-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. + ***********************************************************************/ |