diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 02:39:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-21 02:39:01 +0000 |
commit | 051acb622531347bc74cc5cd47967d8c26719d65 (patch) | |
tree | c454c2521bc30d2ff76d7013ca0f39023ed47c12 /media-libs/allegro/allegro-4.0.3.ebuild | |
parent | change help key binding (diff) | |
download | gentoo-2-051acb622531347bc74cc5cd47967d8c26719d65.tar.gz gentoo-2-051acb622531347bc74cc5cd47967d8c26719d65.tar.bz2 gentoo-2-051acb622531347bc74cc5cd47967d8c26719d65.zip |
filter out prefetch-loop-arrays #26031
Diffstat (limited to 'media-libs/allegro/allegro-4.0.3.ebuild')
-rw-r--r-- | media-libs/allegro/allegro-4.0.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/allegro/allegro-4.0.3.ebuild b/media-libs/allegro/allegro-4.0.3.ebuild index 13362fac22d6..26d4283a901d 100644 --- a/media-libs/allegro/allegro-4.0.3.ebuild +++ b/media-libs/allegro/allegro-4.0.3.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.3.ebuild,v 1.2 2003/06/19 18:17:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegro/allegro-4.0.3.ebuild,v 1.3 2003/08/21 02:38:33 vapier Exp $ inherit flag-o-matic +filter-flags -fPIC -fprefetch-loop-arrays DESCRIPTION="cross-platform multimedia library" SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" @@ -22,8 +23,6 @@ DEPEND="${RDEPEND} tetex? ( app-text/tetex )" src_compile() { - filter-flags -fPIC - econf \ --enable-linux \ --enable-vga \ |