summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2005-02-18 01:08:28 +0000
committerLuca Barbato <lu_zero@gentoo.org>2005-02-18 01:08:28 +0000
commit455d62da856fcad0258bd41006ff790cb3d3e076 (patch)
tree8839d2b5ea36b6d953e093dbc488dd592f4a4b71 /media-gfx/yafray/yafray-0.0.7.ebuild
parentsparc needs deps first (diff)
downloadgentoo-2-455d62da856fcad0258bd41006ff790cb3d3e076.tar.gz
gentoo-2-455d62da856fcad0258bd41006ff790cb3d3e076.tar.bz2
gentoo-2-455d62da856fcad0258bd41006ff790cb3d3e076.zip
libtool
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-gfx/yafray/yafray-0.0.7.ebuild')
-rw-r--r--media-gfx/yafray/yafray-0.0.7.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-gfx/yafray/yafray-0.0.7.ebuild b/media-gfx/yafray/yafray-0.0.7.ebuild
index 861db5827156..ccbc6b5fadc8 100644
--- a/media-gfx/yafray/yafray-0.0.7.ebuild
+++ b/media-gfx/yafray/yafray-0.0.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.7.ebuild,v 1.3 2004/10/28 06:42:16 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.7.ebuild,v 1.4 2005/02/18 01:08:28 lu_zero Exp $
inherit gcc eutils
@@ -26,6 +26,7 @@ export WANT_AUTOMAKE="1.7"
src_unpack() {
unpack ${A}
cd ${S}
+ libtoolize --copy --force
epatch ${FILESDIR}/${P}-scons.patch
sed -i -e "s:-O3:${CFLAGS}:" SConstruct
}