diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-03-24 19:57:01 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-03-24 19:57:01 +0000 |
commit | a45afea7f63679ce9ae566e5b8c1dcc77dd9d8bf (patch) | |
tree | dc5aa2dd710027a4e25e98878bcb08554b5225f1 /net-mail | |
parent | small bugfixes + sync my before and after stuff (diff) | |
download | gentoo-2-a45afea7f63679ce9ae566e5b8c1dcc77dd9d8bf.tar.gz gentoo-2-a45afea7f63679ce9ae566e5b8c1dcc77dd9d8bf.tar.bz2 gentoo-2-a45afea7f63679ce9ae566e5b8c1dcc77dd9d8bf.zip |
fix compile with USE mta-mysql. closes #1328.
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/postfix/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/postfix/files/digest-postfix-1.1.3-r3 (renamed from net-mail/postfix/files/digest-postfix-1.1.3-r2) | 0 | ||||
-rw-r--r-- | net-mail/postfix/postfix-1.1.3-r3.ebuild (renamed from net-mail/postfix/postfix-1.1.3-r2.ebuild) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/net-mail/postfix/ChangeLog b/net-mail/postfix/ChangeLog index e6d22e70eb59..179d360ef405 100644 --- a/net-mail/postfix/ChangeLog +++ b/net-mail/postfix/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-mail/postfix # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.5 2002/03/18 02:00:53 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/ChangeLog,v 1.6 2002/03/24 19:57:01 woodchip Exp $ + +*postfix-1.1.3-r3 (24 Mar 2002) + + 24 Mar 2002; Donny Davies <woodchip@gentoo.org> postfix-1.1.3-r3.ebuild : + + Fix compile problem with USE mta-mysql. Thanks to fkooman@zeelandnet.nl (F. Kooman) + for the report. Closes #1328. 17 March 2002; Donny Davies <woodchip@gentoo.org> postfix-1.1.3-r2.ebuild : diff --git a/net-mail/postfix/files/digest-postfix-1.1.3-r2 b/net-mail/postfix/files/digest-postfix-1.1.3-r3 index d112907360b5..d112907360b5 100644 --- a/net-mail/postfix/files/digest-postfix-1.1.3-r2 +++ b/net-mail/postfix/files/digest-postfix-1.1.3-r3 diff --git a/net-mail/postfix/postfix-1.1.3-r2.ebuild b/net-mail/postfix/postfix-1.1.3-r3.ebuild index 8b2268ce37b5..37f0c9341340 100644 --- a/net-mail/postfix/postfix-1.1.3-r2.ebuild +++ b/net-mail/postfix/postfix-1.1.3-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.3-r2.ebuild,v 1.2 2002/03/18 02:00:53 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/postfix-1.1.3-r3.ebuild,v 1.1 2002/03/24 19:57:01 woodchip Exp $ DESCRIPTION="A fast and secure drop-in replacement for sendmail" HOMEPAGE="http://www.postfix.org/" @@ -45,7 +45,7 @@ src_unpack() { sed -e "s:/usr/libexec/postfix:/usr/lib/postfix:" mail_params.h.orig > mail_params.h if [ "`use mta-mysql`" ] ; then - CCARGS="${CCARGS} -DHAS_MYSQL" + CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql" AUXLIBS="${AUXLIBS} -lmysqlclient -lm" fi |