diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-03 01:26:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-03 01:26:02 +0000 |
commit | d5d98014e6051fbc9362d8fb8e19aa6539088f9a (patch) | |
tree | 4778c85a310cbdae48b3d81b8133977140e4ec35 /mail/postfix23/files | |
parent | Remove dynamic loader support, it cause some problem. (diff) |
Upgrade to latest version, fix PR 16472, 16753, 17078 too.
PR: ports/17749
Submitted by: Martti Kuparinen <martti.kuparinen@piuha.net>
Notes
Notes:
svn path=/head/; revision=27296
Diffstat (limited to 'mail/postfix23/files')
-rw-r--r-- | mail/postfix23/files/patch-bj | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/postfix23/files/patch-bj b/mail/postfix23/files/patch-bj index 74e5aac880bf..99c521341ca5 100644 --- a/mail/postfix23/files/patch-bj +++ b/mail/postfix23/files/patch-bj @@ -1,5 +1,5 @@ ---- makedefs.orig Sat Jan 22 14:04:27 2000 -+++ makedefs Sat Mar 25 09:04:50 2000 +--- makedefs.orig Sun Jan 23 03:04:27 2000 ++++ makedefs Mon Apr 3 08:59:17 2000 @@ -89,6 +89,8 @@ ;; FreeBSD.4*) SYSTYPE=FREEBSD4 @@ -9,3 +9,12 @@ OpenBSD.2*) SYSTYPE=OPENBSD2 ;; NetBSD.1*) SYSTYPE=NETBSD1 +@@ -244,7 +246,7 @@ + *) : ${OPT='-O'};; + esac + +-: ${CC='gcc $(WARN)'} ${OPT='-O'} ${DEBUG='-g'} ${AWK=awk} ++: ${CC='gcc $(WARN)'} ${OPT='-O'} ${AWK=awk} + + export SYSTYPE AR ARFL RANLIB SYSLIBS CC OPT DEBUG AWK OPTS + |