diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-14 16:37:25 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2009-09-14 16:37:25 +0000 |
commit | da0907606807548d521541615fb798c624dd8012 (patch) | |
tree | 7e6ff6b90a1fce90b76c0b8961b251dc6b418b10 /mail/postfix25/files/patch-makedefs | |
parent | YAGF is a graphical interface for the cuneiform text recognition (diff) |
Fix build on 9.
Approved by: maintainer
Reviewed by: wxs@, keramida@
Diffstat (limited to 'mail/postfix25/files/patch-makedefs')
-rw-r--r-- | mail/postfix25/files/patch-makedefs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix25/files/patch-makedefs b/mail/postfix25/files/patch-makedefs index 0379a3aa9b54..59dd2ccb8d95 100644 --- a/mail/postfix25/files/patch-makedefs +++ b/mail/postfix25/files/patch-makedefs @@ -1,11 +1,13 @@ --- makedefs.orig 2009-07-17 18:21:25.000000000 -0400 +++ makedefs 2009-07-17 18:23:12.000000000 -0400 -@@ -144,6 +144,8 @@ +@@ -144,6 +144,10 @@ ;; FreeBSD.7*) SYSTYPE=FREEBSD7 ;; + FreeBSD.8*) SYSTYPE=FREEBSD8 + ;; ++ FreeBSD.9*) SYSTYPE=FREEBSD9 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 |