diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-05 16:53:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-05 16:53:01 +0000 |
commit | 70c8dd6023c109510f73df8b7d31626a63a2c473 (patch) | |
tree | e0fbfe0b50e83facb8d9f31106408594b3746e7b /mail/postfix-current/files/patch-makedefs | |
parent | - Update to 1.13 (diff) |
- Fix build on FreeBSD 10
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs index 142224ad1331..5e222a30f2f7 100644 --- a/mail/postfix-current/files/patch-makedefs +++ b/mail/postfix-current/files/patch-makedefs @@ -1,11 +1,13 @@ ---- makedefs.orig 2010-07-27 19:35:56.000000000 -0400 -+++ makedefs 2010-07-27 19:36:28.000000000 -0400 -@@ -146,6 +146,8 @@ +--- makedefs.orig 2011-06-15 22:36:37.000000000 +0000 ++++ makedefs 2011-11-06 00:37:30.699815339 +0000 +@@ -146,6 +146,10 @@ ;; FreeBSD.8*) SYSTYPE=FREEBSD8 ;; + FreeBSD.9*) SYSTYPE=FREEBSD9 + ;; ++ FreeBSD.10*) SYSTYPE=FREEBSD10 ++ ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; OpenBSD.3*) SYSTYPE=OPENBSD3 |