diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 08:01:38 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 08:01:38 +0000 |
commit | 1f7f13d283a17dca38912531bf44a79680d20dc3 (patch) | |
tree | d1a236799051eab0c09b4bf70bf5634dcd5d70d3 /net-mail/autorespond/autorespond-2.0.4.ebuild | |
parent | fix header dates and DEPEND (diff) | |
download | gentoo-2-1f7f13d283a17dca38912531bf44a79680d20dc3.tar.gz gentoo-2-1f7f13d283a17dca38912531bf44a79680d20dc3.tar.bz2 gentoo-2-1f7f13d283a17dca38912531bf44a79680d20dc3.zip |
ensure CFLAGS is used
Diffstat (limited to 'net-mail/autorespond/autorespond-2.0.4.ebuild')
-rw-r--r-- | net-mail/autorespond/autorespond-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/autorespond/autorespond-2.0.4.ebuild b/net-mail/autorespond/autorespond-2.0.4.ebuild index 9e4497b86cc5..b6e6f56b1f23 100644 --- a/net-mail/autorespond/autorespond-2.0.4.ebuild +++ b/net-mail/autorespond/autorespond-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.2 2004/01/05 07:58:23 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.3 2004/01/05 08:01:29 robbat2 Exp $ S=${WORKDIR}/${P} DESCRIPTION="Autoresponder add on package for qmailadmin" @@ -21,7 +21,7 @@ src_unpack() { } src_compile() { - emake || die + emake CFLAGS="${CFLAGS}" || die } src_install () { |