summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2006-02-09 01:29:40 +0000
committerMark Loeser <halcy0n@gentoo.org>2006-02-09 01:29:40 +0000
commitbbbb61646fe1cd901aadb0199c40cf0dbe52e53f (patch)
tree7e67da83bb6d33c3727953881df1f6f9c01f2412 /media-gfx/povray/povray-3.6.1-r1.ebuild
parentversion bmp (diff)
downloadgentoo-2-bbbb61646fe1cd901aadb0199c40cf0dbe52e53f.tar.gz
gentoo-2-bbbb61646fe1cd901aadb0199c40cf0dbe52e53f.tar.bz2
gentoo-2-bbbb61646fe1cd901aadb0199c40cf0dbe52e53f.zip
Add patch to fix compilation with gcc-4 on ppc64; bug #118156
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-gfx/povray/povray-3.6.1-r1.ebuild')
-rw-r--r--media-gfx/povray/povray-3.6.1-r1.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/media-gfx/povray/povray-3.6.1-r1.ebuild b/media-gfx/povray/povray-3.6.1-r1.ebuild
index 42f070da93db..a0bda04c5f21 100644
--- a/media-gfx/povray/povray-3.6.1-r1.ebuild
+++ b/media-gfx/povray/povray-3.6.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r1.ebuild,v 1.15 2005/12/13 05:55:40 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.6.1-r1.ebuild,v 1.16 2006/02/09 01:29:40 halcy0n Exp $
-inherit flag-o-matic
+inherit flag-o-matic eutils autotools
DESCRIPTION="The Persistence Of Vision Ray Tracer"
SRC_URI="ftp://ftp.povray.org/pub/povray/Official/Unix/povray-3.6.tar.bz2"
@@ -20,6 +20,13 @@ DEPEND="media-libs/libpng
X? ( || ( x11-libs/libXaw virtual/x11 ) )
svga? ( media-libs/svgalib )"
+src_unpack() {
+ unpack ${A}
+
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-configure.patch
+ eautoconf
+}
src_compile() {
local myconf