diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-31 23:45:18 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-31 23:45:18 +0000 |
commit | f96719d72ab060b1e4fa4605e92da5e58817ef63 (patch) | |
tree | 6855033b11444925dfe2cf27cab84c955ca0dedf /mail/postfix26/files/patch-bk | |
parent | 7ca94fbf008e02cd7f00609c219037cd2cd40032 (diff) |
Allow postfix to be built on FreeBSD-5.x (-CURRENT). These patches
are the same as were submitted on the postfix-users mailing list
(and should be integrated for the next release).
No response from: Maintainer
Notes
Notes:
svn path=/head/; revision=27202
Diffstat (limited to 'mail/postfix26/files/patch-bk')
-rw-r--r-- | mail/postfix26/files/patch-bk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/postfix26/files/patch-bk b/mail/postfix26/files/patch-bk new file mode 100644 index 000000000000..3350e88273f3 --- /dev/null +++ b/mail/postfix26/files/patch-bk @@ -0,0 +1,10 @@ +--- util/sys_defs.h.orig Sat Jan 22 16:03:31 2000 ++++ util/sys_defs.h Sat Mar 25 09:19:31 2000 +@@ -20,6 +20,7 @@ + * makedefs script, and adding a section below for the new system. + */ + #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ ++ || defined(FREEBSD5) \ + || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ + || defined(OPENBSD2) || defined(NETBSD1) || defined(RHAPSODY5) + #define SUPPORTED |