summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2005-01-27 21:18:46 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2005-01-27 21:18:46 +0000
commitc3f2729d21d477d9ff93b7022b51d7d8a68567f4 (patch)
tree3c8fd8c8065d87766b24a5638ff5d071d3afe4ac /mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild
parentinitial import (diff)
downloadgentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.tar.gz
gentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.tar.bz2
gentoo-2-c3f2729d21d477d9ff93b7022b51d7d8a68567f4.zip
Removed the patch in favor of sed. Still #79655 (hope this finally closes it). Thanks to Stefan Briesenick <sbriesen@gmx.de>
(Portage version: 2.0.51-r15)
Diffstat (limited to 'mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild')
-rw-r--r--mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild b/mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild
index f56faa35ae87..ce7ba6f9aaaa 100644
--- a/mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild
+++ b/mail-client/mailx/mailx-8.1.2.20040524-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/mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild,v 1.1 2005/01/27 08:00:02 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx/mailx-8.1.2.20040524-r1.ebuild,v 1.2 2005/01/27 21:18:46 ferdy Exp $
inherit ccc eutils flag-o-matic
@@ -30,7 +30,7 @@ src_unpack() {
unpack ${A}
cd ${S}
epatch ${DISTDIR}/${PN}-20040524-cvs.diff.bz2 || die "epatch failed"
- epatch ${FILESDIR}/${PN}-2004-cflags.diff || die "epatch failed"
+ sed -i -e "s: -O2: ${CFLAGS}:g" Makefile
}
src_compile() {