summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2010-04-10 16:14:06 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2010-04-10 16:14:06 +0000
commit20bd5a28aaa2fd80a8fa2f59d0013ae905c45b57 (patch)
treed4cd2a588a89dbdb8f64adde5d96c0e2c32f87ca /mail-mta/postfix
parentUnused entry (diff)
downloadgentoo-2-20bd5a28aaa2fd80a8fa2f59d0013ae905c45b57.tar.gz
gentoo-2-20bd5a28aaa2fd80a8fa2f59d0013ae905c45b57.tar.bz2
gentoo-2-20bd5a28aaa2fd80a8fa2f59d0013ae905c45b57.zip
Fix include path for cdb, #313405
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/postfix')
-rw-r--r--mail-mta/postfix/ChangeLog6
-rw-r--r--mail-mta/postfix/postfix-2.6.5.ebuild4
-rw-r--r--mail-mta/postfix/postfix-2.6.6.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-mta/postfix/ChangeLog b/mail-mta/postfix/ChangeLog
index a22024eaaf2a..abe180f7f9df 100644
--- a/mail-mta/postfix/ChangeLog
+++ b/mail-mta/postfix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-mta/postfix
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.204 2010/04/02 17:20:39 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.205 2010/04/10 16:14:06 dertobi123 Exp $
+
+ 10 Apr 2010; Tobias Scherbaum <dertobi123@gentoo.org>
+ postfix-2.6.5.ebuild, postfix-2.6.6.ebuild:
+ Fix include path for cdb, #313405
*postfix-2.6.6 (02 Apr 2010)
diff --git a/mail-mta/postfix/postfix-2.6.5.ebuild b/mail-mta/postfix/postfix-2.6.5.ebuild
index 409e137b7dce..aa5676fce9bd 100644
--- a/mail-mta/postfix/postfix-2.6.5.ebuild
+++ b/mail-mta/postfix/postfix-2.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild,v 1.8 2010/02/05 22:15:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.5.ebuild,v 1.9 2010/04/10 16:14:06 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -215,7 +215,7 @@ src_compile() {
fi
if use cdb ; then
- mycc="${mycc} -DHAS_CDB"
+ mycc="${mycc} -DHAS_CDB -I/usr/include/cdb"
CDB_LIBS=""
# Tinycdb is preferred.
diff --git a/mail-mta/postfix/postfix-2.6.6.ebuild b/mail-mta/postfix/postfix-2.6.6.ebuild
index f90202b72d5d..cae36b83253b 100644
--- a/mail-mta/postfix/postfix-2.6.6.ebuild
+++ b/mail-mta/postfix/postfix-2.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.1 2010/04/02 17:20:39 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.6.6.ebuild,v 1.2 2010/04/10 16:14:06 dertobi123 Exp $
# NOTE: this ebuild is a regular ebuild without mailer-config support!
# Comment lines below "regular ebuild" and uncomment lines below "mailer-config support"
@@ -215,7 +215,7 @@ src_compile() {
fi
if use cdb ; then
- mycc="${mycc} -DHAS_CDB"
+ mycc="${mycc} -DHAS_CDB -I/usr/include/cdb"
CDB_LIBS=""
# Tinycdb is preferred.