diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-08-07 01:18:31 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-08-07 01:18:31 +0000 |
commit | 32614cd3759cb23ec638169446744571ac724a89 (patch) | |
tree | 3775efc5d3b662214835a395c9f13f15dedafbb4 /media-gfx/povray | |
parent | new version avaiable (diff) | |
download | gentoo-2-32614cd3759cb23ec638169446744571ac724a89.tar.gz gentoo-2-32614cd3759cb23ec638169446744571ac724a89.tar.bz2 gentoo-2-32614cd3759cb23ec638169446744571ac724a89.zip |
misc fixes
Diffstat (limited to 'media-gfx/povray')
-rw-r--r-- | media-gfx/povray/povray-3.50a.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/povray/povray-3.50a.ebuild b/media-gfx/povray/povray-3.50a.ebuild index f27f6f07fb3d..241387d5d0cc 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.3 2002/08/05 03:22:01 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.50a.ebuild,v 1.4 2002/08/07 01:18:31 rphillips Exp $ S=${WORKDIR}/${P} DESCRIPTION="POV Ray- The Persistance of Vision Ray Tracer" @@ -38,7 +38,8 @@ src_compile() { cp optout.h optout.h.orig sed -e "s/#error You must complete the following DISTRIBUTION_MESSAGE macro//" optout.h.orig > optout.h - echo "s/^CPPFLAGS =/CPPFLAGS = -ansi -c/" >> makefile.sed + # rphillips - removed because of compilation issues + # echo "s/^CPPFLAGS =/CPPFLAGS = -ansi -c/" >> makefile.sed if [ "`use icc`" ]; then # ICC CPPFLAGS |