summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-01-28 01:32:07 +0000
commitb17a314f8cdc974932141320871966f555b9b5a6 (patch)
tree52f04cd4f6f4aa4724bcd8a29f7c5a550dfc9b3d /sci-biology/elph/elph-0.1.5.ebuild
parentRevbump to fix esfq and wrr patches to work with the new version. This close... (diff)
downloadhistorical-b17a314f8cdc974932141320871966f555b9b5a6.tar.gz
historical-b17a314f8cdc974932141320871966f555b9b5a6.tar.bz2
historical-b17a314f8cdc974932141320871966f555b9b5a6.zip
Ebuild clean-up
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'sci-biology/elph/elph-0.1.5.ebuild')
-rw-r--r--sci-biology/elph/elph-0.1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/elph/elph-0.1.5.ebuild b/sci-biology/elph/elph-0.1.5.ebuild
index c2a099ccba0c..6b3582f1954c 100644
--- a/sci-biology/elph/elph-0.1.5.ebuild
+++ b/sci-biology/elph/elph-0.1.5.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/sci-biology/elph/elph-0.1.5.ebuild,v 1.2 2005/01/28 01:24:36 ribosome Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/elph/elph-0.1.5.ebuild,v 1.3 2005/01/28 01:32:07 ribosome Exp $
inherit eutils toolchain-funcs
@@ -22,7 +22,7 @@ src_unpack() {
sed -i -e "s/CC := g++/CC := $(tc-getCXX)/" \
-e "s/-fno-exceptions -fno-rtti -D_REENTRANT -g/${CXXFLAGS}/" \
-e "s/LINKER := g++/LINKER := $(tc-getCXX)/" \
- Makefile
+ Makefile || die
}
src_compile() {