diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-08 11:22:34 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-08 11:22:34 +0000 |
commit | 8c356984b727e4084d2b52da0d61378c5c193203 (patch) | |
tree | 1b876216c2745dc21d4d08e190edf633f2e7b8b9 /app-office | |
parent | Replace removed defination in binutils as per bug #81210 (diff) | |
download | gentoo-2-8c356984b727e4084d2b52da0d61378c5c193203.tar.gz gentoo-2-8c356984b727e4084d2b52da0d61378c5c193203.tar.bz2 gentoo-2-8c356984b727e4084d2b52da0d61378c5c193203.zip |
Filters -Os (may result in compilation failure on some systems); bug #73984.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lyx/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog index 5a7055a6ce87..221fc975b902 100644 --- a/app-office/lyx/ChangeLog +++ b/app-office/lyx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/lyx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.56 2005/01/01 15:36:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.57 2005/02/08 11:22:34 usata Exp $ + + 08 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> lyx-1.3.5.ebuild: + Filters -Os (may result in compilation failure on some systems); bug #73984. 15 Dec 2004; Dylan Carlson <absinthe@gentoo.org> lyx-1.3.5.ebuild: Stable on amd64. diff --git a/app-office/lyx/lyx-1.3.5.ebuild b/app-office/lyx/lyx-1.3.5.ebuild index bf033291fd31..33e7baed9b00 100644 --- a/app-office/lyx/lyx-1.3.5.ebuild +++ b/app-office/lyx/lyx-1.3.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/app-office/lyx/lyx-1.3.5.ebuild,v 1.9 2005/01/01 15:36:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.5.ebuild,v 1.10 2005/02/08 11:22:34 usata Exp $ inherit kde-functions eutils libtool @@ -70,7 +70,7 @@ src_compile() { $(use_enable nls) \ $(use_enable debug) \ ${myconf} \ - --enable-optimization="$flags" \ + --enable-optimization="${flags/-Os}" \ || die # bug 57479 emake || die "emake failed" |