diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-27 19:38:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-27 19:38:42 +0000 |
commit | d6d2d7e0f024981338cb4fab1b12e5aef78ad767 (patch) | |
tree | 0413712ddf51c6821af6d743c81fc291ce1ceb6a /dev-lang/ocaml/ocaml-3.07-r1.ebuild | |
parent | move the filter-flags statement into src_compile (Manifest recommit) (diff) | |
download | gentoo-2-d6d2d7e0f024981338cb4fab1b12e5aef78ad767.tar.gz gentoo-2-d6d2d7e0f024981338cb4fab1b12e5aef78ad767.tar.bz2 gentoo-2-d6d2d7e0f024981338cb4fab1b12e5aef78ad767.zip |
move the filter-flags statement into src_compile
Diffstat (limited to 'dev-lang/ocaml/ocaml-3.07-r1.ebuild')
-rw-r--r-- | dev-lang/ocaml/ocaml-3.07-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/ocaml/ocaml-3.07-r1.ebuild b/dev-lang/ocaml/ocaml-3.07-r1.ebuild index 52dec3581764..d5670acb1392 100644 --- a/dev-lang/ocaml/ocaml-3.07-r1.ebuild +++ b/dev-lang/ocaml/ocaml-3.07-r1.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.2 2004/02/17 22:04:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.07-r1.ebuild,v 1.3 2004/02/27 19:38:42 seemant Exp $ inherit flag-o-matic eutils -filter-flags "-fstack-protector" DESCRIPTION="fast modern type-inferring functional programming language descended from the ML (Meta Language) family" HOMEPAGE="http://www.ocaml.org/" @@ -27,6 +26,8 @@ src_unpack() { } src_compile() { + filter-flags "-fstack-protector" + local myconf use tcltk || myconf="-no-tk" |