diff options
author | Kyle Manna <nitro@gentoo.org> | 2002-11-09 03:07:34 +0000 |
---|---|---|
committer | Kyle Manna <nitro@gentoo.org> | 2002-11-09 03:07:34 +0000 |
commit | 8f052c589972df0d892e27262c3b361d2d4a9aa3 (patch) | |
tree | 0ea017545eca3d683402b5a04122a027017af377 /net-mail/maildrop | |
parent | MySQL support added, LDAP support added but commented out. (diff) | |
download | historical-8f052c589972df0d892e27262c3b361d2d4a9aa3.tar.gz historical-8f052c589972df0d892e27262c3b361d2d4a9aa3.tar.bz2 historical-8f052c589972df0d892e27262c3b361d2d4a9aa3.zip |
Undoing last change -- whoops.
Diffstat (limited to 'net-mail/maildrop')
-rw-r--r-- | net-mail/maildrop/maildrop-1.4.0-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mail/maildrop/maildrop-1.4.0-r1.ebuild b/net-mail/maildrop/maildrop-1.4.0-r1.ebuild index f6f3fe3e1d4d..d42debd0f28f 100644 --- a/net-mail/maildrop/maildrop-1.4.0-r1.ebuild +++ b/net-mail/maildrop/maildrop-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.4.0-r1.ebuild,v 1.5 2002/11/09 02:19:10 nitro Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/maildrop/maildrop-1.4.0-r1.ebuild,v 1.6 2002/11/09 03:07:34 nitro Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mail delivery agent/filter" @@ -21,10 +21,6 @@ src_compile() { # CFLAGS or CXXFLAGS maildrop will not compile :-( <lamer@gentoo.org> export CFLAGS="${CFLAGS/-funroll-loops/}" export CXXFLAGS="${CXXFLAGS/-funroll-loops/}" - - unset CFLAGS - unset CXXFLAGS - ./configure \ --prefix=/usr \ --with-devel \ |