diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-27 04:43:37 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-27 04:43:37 +0000 |
commit | cf23100522383ad8a79c9cf24342172c94cc146b (patch) | |
tree | a5c7fa5c8e3ba8bc37b75359e6e3090ace68e4fd /media-gfx/povray | |
parent | remove lvm clone tools; cleanup (diff) | |
download | gentoo-2-cf23100522383ad8a79c9cf24342172c94cc146b.tar.gz gentoo-2-cf23100522383ad8a79c9cf24342172c94cc146b.tar.bz2 gentoo-2-cf23100522383ad8a79c9cf24342172c94cc146b.zip |
fixed my typo
Diffstat (limited to 'media-gfx/povray')
-rw-r--r-- | media-gfx/povray/povray-3.50a.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/povray/povray-3.50a.ebuild b/media-gfx/povray/povray-3.50a.ebuild index 0d3d9071ae09..d3385b06a052 100644 --- a/media-gfx/povray/povray-3.50a.ebuild +++ b/media-gfx/povray/povray-3.50a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50a.ebuild,v 1.6 2002/08/26 19:32:19 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50a.ebuild,v 1.7 2002/08/27 04:43:37 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" @@ -63,6 +63,8 @@ src_compile() { echo "s/^CPPFLAGS =/CPPFLAGS = -finline-functions -ffast-math /" >> makefile.sed echo "s/^CPPFLAGS =/CPPFLAGS = ${CFLAGS} /" >> makefile.sed + fi + # fix library dependency echo 's/LIBS = \(.*\)/LIBS = \1 -ldl/' >> makefile.sed |