diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2007-05-26 21:36:46 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2007-05-26 21:36:46 +0000 |
commit | 9c352cd24a54d1ded3218d7b83d56480423e2631 (patch) | |
tree | 9e07954cbbc66857f4a83a3b7859014eff141c02 /dev-lang/tendra/tendra-5.0_pre20070510.ebuild | |
parent | Version bump. Bug #177882, by Tony Harmelink <aceofaces at gmail.com>. (diff) | |
download | gentoo-2-9c352cd24a54d1ded3218d7b83d56480423e2631.tar.gz gentoo-2-9c352cd24a54d1ded3218d7b83d56480423e2631.tar.bz2 gentoo-2-9c352cd24a54d1ded3218d7b83d56480423e2631.zip |
Updated patchset, and use -O1 on the initial compilation
(Portage version: 2.1.2.8)
Diffstat (limited to 'dev-lang/tendra/tendra-5.0_pre20070510.ebuild')
-rw-r--r-- | dev-lang/tendra/tendra-5.0_pre20070510.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/tendra/tendra-5.0_pre20070510.ebuild b/dev-lang/tendra/tendra-5.0_pre20070510.ebuild index abf1e1edf8e1..d767eabca78f 100644 --- a/dev-lang/tendra/tendra-5.0_pre20070510.ebuild +++ b/dev-lang/tendra/tendra-5.0_pre20070510.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tendra/tendra-5.0_pre20070510.ebuild,v 1.1 2007/05/25 22:36:35 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tendra/tendra-5.0_pre20070510.ebuild,v 1.2 2007/05/26 21:36:46 truedfx Exp $ -inherit eutils bsdmk +inherit eutils flag-o-matic bsdmk REV=1073 -PATCHVER=1.0 +PATCHVER=1.1 DESCRIPTION="A C/C++ compiler initially developed by DERA" HOMEPAGE="http://www.tendra.org/" @@ -36,6 +36,8 @@ src_unpack() { } src_compile() { + replace-flags '-O*' '-O' + PREFIX=/usr sh makedefs || die "makedefs failed" emake -DBOOTSTRAP || die "bootstrap failed" emake || die "build failed" |