summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-04-27 15:46:33 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-04-27 15:46:33 +0000
commit80c2727a56a08c611a64f37f27bb74b48b4268d5 (patch)
tree58f65cb454f99a3af7f54572597e5987d78e90fa /net-mail/vpopmail
parentStable on sparc wrt #90423 (diff)
downloadgentoo-2-80c2727a56a08c611a64f37f27bb74b48b4268d5.tar.gz
gentoo-2-80c2727a56a08c611a64f37f27bb74b48b4268d5.tar.bz2
gentoo-2-80c2727a56a08c611a64f37f27bb74b48b4268d5.zip
fix IUSE and use append-flag, wrt #90621
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-mail/vpopmail')
-rw-r--r--net-mail/vpopmail/ChangeLog6
-rw-r--r--net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild10
2 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/vpopmail/ChangeLog b/net-mail/vpopmail/ChangeLog
index fe166f23ca62..d42a54a20427 100644
--- a/net-mail/vpopmail/ChangeLog
+++ b/net-mail/vpopmail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/vpopmail
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.50 2005/04/17 23:07:00 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/ChangeLog,v 1.51 2005/04/27 15:46:33 ferdy Exp $
+
+ 27 Apr 2005; Fernando J. Pereda <ferdy@gentoo.org>
+ vpopmail-5.4.9-r1.ebuild:
+ fix IUSE and use append-flag, wrt #90621
*vpopmail-5.4.9-r1 (17 Apr 2005)
diff --git a/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild b/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild
index c204b1255347..0549d33fad50 100644
--- a/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild
+++ b/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild,v 1.2 2005/04/19 01:11:48 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/vpopmail/vpopmail-5.4.9-r1.ebuild,v 1.3 2005/04/27 15:46:33 ferdy Exp $
inherit eutils gnuconfig fixheadtails flag-o-matic
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
-IUSE="mysql ipalias clearpasswd amd64"
+IUSE="mysql ipalias clearpasswd"
# vpopmail will NOT build if non-root.
RESTRICT="nouserpriv"
DEPEND_COMMON="mail-mta/qmail
@@ -31,9 +31,6 @@ RDEPEND="${DEPEND_COMMON}
VPOP_DEFAULT_HOME="/var/vpopmail"
VPOP_HOME="$VPOP_DEFAULT_HOME"
-# So -fPIC is used which allows courier-authlib to build on amd64 bug #81605
-if use amd64; then export CFLAGS="${CFLAGS} -fPIC"; fi
-
# This makes sure the variable is set, and that it isn't null.
vpopmail_set_homedir() {
VPOP_HOME=`getent passwd vpopmail | cut -d: -f6`
@@ -99,6 +96,9 @@ src_compile() {
&& myopts="${myopts} --enable-clear-passwd=y" \
|| myopts="${myopts} --enable-clear-passwd=n"
+ # So -fPIC is used which allows courier-authlib to build on amd64 bug #81605
+ use amd64 && append-flags -fPIC
+
econf \
${myopts} \
--sbindir=/usr/sbin \