diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-04-25 15:37:18 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-04-25 15:37:18 +0000 |
commit | 9abf86a4e99b0584c1c03e161b2724f2b986d368 (patch) | |
tree | 40696870ca0b48d4974d4e472213704e447bc344 /x11-misc/xfractint/xfractint-20.3.01.ebuild | |
parent | Added to ~ppc (diff) | |
download | historical-9abf86a4e99b0584c1c03e161b2724f2b986d368.tar.gz historical-9abf86a4e99b0584c1c03e161b2724f2b986d368.tar.bz2 historical-9abf86a4e99b0584c1c03e161b2724f2b986d368.zip |
Automatically replacing -funroll-all-loops with -funroll-loops.
Diffstat (limited to 'x11-misc/xfractint/xfractint-20.3.01.ebuild')
-rw-r--r-- | x11-misc/xfractint/xfractint-20.3.01.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/xfractint/xfractint-20.3.01.ebuild b/x11-misc/xfractint/xfractint-20.3.01.ebuild index 2cd84e7ff064..37eeaa0459e5 100644 --- a/x11-misc/xfractint/xfractint-20.3.01.ebuild +++ b/x11-misc/xfractint/xfractint-20.3.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.3.01.ebuild,v 1.1 2004/04/25 14:12:05 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfractint/xfractint-20.3.01.ebuild,v 1.2 2004/04/25 15:37:18 spock Exp $ inherit eutils @@ -32,6 +32,7 @@ src_compile() { cp Makefile Makefile.orig sed -e "s:CFLAGS = :CFLAGS = $CFLAGS :" Makefile.orig >Makefile + replace-flags "-funroll-all-loops" "-funroll-loops" MAKEOPTS='-j1' emake } |