summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-24 13:49:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-24 13:49:11 +0000
commite8c8f695d663605f8e6383cb5782fe4cd950d541 (patch)
tree35bb8f9ec10f5c846a7d6f53f911f7a85372cb53 /net-mail/maildrop
parentKinput2-3.1_beta4 Initial ebuild -StuBear (diff)
downloadgentoo-2-e8c8f695d663605f8e6383cb5782fe4cd950d541.tar.gz
gentoo-2-e8c8f695d663605f8e6383cb5782fe4cd950d541.tar.bz2
gentoo-2-e8c8f695d663605f8e6383cb5782fe4cd950d541.zip
added missing {
Diffstat (limited to 'net-mail/maildrop')
-rw-r--r--net-mail/maildrop/maildrop-1.3.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/maildrop/maildrop-1.3.9-r1.ebuild b/net-mail/maildrop/maildrop-1.3.9-r1.ebuild
index 1d0c0d19ca8a..b1b62cfa32c1 100644
--- a/net-mail/maildrop/maildrop-1.3.9-r1.ebuild
+++ b/net-mail/maildrop/maildrop-1.3.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.3.9-r1.ebuild,v 1.1 2002/06/23 23:59:31 lamer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.3.9-r1.ebuild,v 1.2 2002/06/24 13:49:11 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Mail delivery agent/filter"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
src_compile() {
export CFLAGS="${CFLAGS/-fomit-frame-pointer/} -g"
- export CFLAGS="$CFLAGS/-ffast-math/} -g"
+ export CFLAGS="${CFLAGS/-ffast-math/} -g"
# These next two lines are a MUST! If tries to unroll the loops in
# CFLAGS or CXXFLAGS maildrop will not compile :-( <lamer@gentoo.org>
export CFLAGS="${CFLAGS/-funroll-loops/} -g"