aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-29 22:14:51 +0800
committerpav <pav@FreeBSD.org>2005-08-29 22:14:51 +0800
commitfdf4f88bb90fbe03cb275ed216d3506c962d17fb (patch)
tree12bcfed38b9d1f316f5ad9c6cf207ae310ab1203 /mail
parentd112f700f3f52301ec0935392e4ca7b344d5810a (diff)
downloadfreebsd-ports-gnome-fdf4f88bb90fbe03cb275ed216d3506c962d17fb.tar.gz
freebsd-ports-gnome-fdf4f88bb90fbe03cb275ed216d3506c962d17fb.tar.zst
freebsd-ports-gnome-fdf4f88bb90fbe03cb275ed216d3506c962d17fb.zip
- Fix build on FreeBSD 7.X
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix21/files/patch-makedefs10
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/postfix21/files/patch-makedefs b/mail/postfix21/files/patch-makedefs
index 05945c3e653a..85aa32761f0d 100644
--- a/mail/postfix21/files/patch-makedefs
+++ b/mail/postfix21/files/patch-makedefs
@@ -1,10 +1,12 @@
---- makedefs.orig Wed Aug 25 06:13:57 2004
-+++ makedefs Wed Aug 25 06:14:46 2004
-@@ -93,6 +93,8 @@
+--- makedefs.orig Wed Apr 14 20:59:43 2004
++++ makedefs Fri Aug 19 10:26:59 2005
+@@ -93,6 +93,10 @@
;;
FreeBSD.5*) SYSTYPE=FREEBSD5
;;
-+ FreeBSD.6*) SYSTYPE=FREEBSD6
++ FreeBSD.6*) SYSTYPE=FREEBSD5
++ ;;
++ FreeBSD.7*) SYSTYPE=FREEBSD5
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;