summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-02-13 03:05:15 +0000
committerNick Hadaway <raker@gentoo.org>2003-02-13 03:05:15 +0000
commit9862bc8f0dda90aa4cc76bbda29daf1fbe0a20a6 (patch)
tree3ff621ca38c0d595c83acd974ae2c478c4f04de9 /net-mail
parentnew plugins for gkrellm and gkrellm2 to read news headlines (diff)
downloadgentoo-2-9862bc8f0dda90aa4cc76bbda29daf1fbe0a20a6.tar.gz
gentoo-2-9862bc8f0dda90aa4cc76bbda29daf1fbe0a20a6.tar.bz2
gentoo-2-9862bc8f0dda90aa4cc76bbda29daf1fbe0a20a6.zip
changed cc to ${CC}
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/postfix/ChangeLog6
-rw-r--r--net-mail/postfix/postfix-2.0.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog
index 50e5b19d0606..b6f9cd9355ca 100644
--- a/net-mail/postfix/ChangeLog
+++ b/net-mail/postfix/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for net-mail/postfix
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.56 2003/02/12 08:14:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.57 2003/02/13 03:05:15 raker Exp $
*postfix-2.0.3 (28 Jan 2003)
+ 12 Feb 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.3.ebuild :
+ Changed CC=cc to CC=${CC}. Thanks to Paul Prince on bug #15477
+ for the suggestion.
+
09 Feb 2003; Nick Hadaway <raker@gentoo.org> postfix-2.0.3.ebuild :
moved the post-install file to the doc directory.
diff --git a/net-mail/postfix/postfix-2.0.3.ebuild b/net-mail/postfix/postfix-2.0.3.ebuild
index 3c754a5a2e74..624c6b08e73f 100644
--- a/net-mail/postfix/postfix-2.0.3.ebuild
+++ b/net-mail/postfix/postfix-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.5 2003/02/10 21:03:55 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-2.0.3.ebuild,v 1.6 2003/02/13 03:05:15 raker Exp $
TLS_P="pfixtls-0.8.13-2.0.3-0.9.7"
IPV6_P="tls+ipv6-1.12-pf-2.0.3"
@@ -95,7 +95,7 @@ src_unpack() {
DEBUG=""
cd ${S}
- make makefiles CC="cc" OPT="${CFLAGS}" DEBUG="${DEBUG}" \
+ make makefiles CC="${CC}" OPT="${CFLAGS}" DEBUG="${DEBUG}" \
CCARGS="${CCARGS}" AUXLIBS="${AUXLIBS}" \
|| die "creating makefiles failed"
}