diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-05 22:09:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-03-05 22:09:18 +0000 |
commit | 1962e8ab3eff60cab6407ee5d9cf286f857d53c2 (patch) | |
tree | b7be5e06b9afec71e55177a0a8ec0639afd289b7 /mail/postfix-current/files/patch-makedefs | |
parent | Be sure to link against PTHREAD_LIBS even in the non-GNOME case to fix (diff) |
Upgrade to to 2.3-20050304.
PR: ports/78447
Submitted by: Marcus Grando (maintainer)
Notes
Notes:
svn path=/head/; revision=130429
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs new file mode 100644 index 000000000000..93e28b087756 --- /dev/null +++ b/mail/postfix-current/files/patch-makedefs @@ -0,0 +1,11 @@ +--- makedefs.orig Tue Feb 8 20:27:50 2005 ++++ makedefs Sat Mar 5 11:53:42 2005 +@@ -116,6 +116,8 @@ + ;; + FreeBSD.5*) SYSTYPE=FREEBSD5 + ;; ++ FreeBSD.6*) SYSTYPE=FREEBSD5 ++ ;; + OpenBSD.2*) SYSTYPE=OPENBSD2 + ;; + OpenBSD.3*) SYSTYPE=OPENBSD3 |