diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-20 18:02:57 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-20 18:02:57 +0000 |
commit | 1e4a355933e97629517346d44c1209890ea312b4 (patch) | |
tree | 21d6d4b2ad4c393159597b950b96ea7bbb100400 /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | moved apache module installs into src_install. Bug 67000. (Manifest recommit) (diff) | |
download | gentoo-2-1e4a355933e97629517346d44c1209890ea312b4.tar.gz gentoo-2-1e4a355933e97629517346d44c1209890ea312b4.tar.bz2 gentoo-2-1e4a355933e97629517346d44c1209890ea312b4.zip |
Changes strip-flags with replace-flags
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 07f460df2c70..db1b2d3e59a3 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.25 2004/10/12 19:33:45 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.26 2004/10/20 18:02:57 mattam Exp $ inherit flag-o-matic eutils @@ -35,7 +35,7 @@ src_unpack() { src_compile() { filter-flags "-fstack-protector" - strip-flags + replace-flags "-O?" -O2 local myconf use tcltk || myconf="-no-tk" |