diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-12 19:33:45 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-10-12 19:33:45 +0000 |
commit | df15d98573cc1f172f7d50a86bae2a0b4ab8fc0d (patch) | |
tree | 5c465b4b2cd92c827bee05d7bfb2ce7b4a13442c /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | Fixed to compile with jikes, Thanks too Dan <dan@intuitivelyobvious.net> for ... (diff) | |
download | gentoo-2-df15d98573cc1f172f7d50a86bae2a0b4ab8fc0d.tar.gz gentoo-2-df15d98573cc1f172f7d50a86bae2a0b4ab8fc0d.tar.bz2 gentoo-2-df15d98573cc1f172f7d50a86bae2a0b4ab8fc0d.zip |
Strip unsupported flags.
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index e4d86b4427a0..07f460df2c70 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.24 2004/09/16 01:42:08 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.25 2004/10/12 19:33:45 mattam Exp $ inherit flag-o-matic eutils @@ -35,6 +35,7 @@ src_unpack() { src_compile() { filter-flags "-fstack-protector" + strip-flags local myconf use tcltk || myconf="-no-tk" |