summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-12-03 10:58:26 +0000
committerMamoru Komachi <usata@gentoo.org>2004-12-03 10:58:26 +0000
commitb1fb98e3d4c5464732fdcd6d74476fab53d089a7 (patch)
treea997c359a73ad5caf0a3b3c5ea846cfa5c43fc2c /x11-libs/nucleo/nucleo-0.1_p20041130.ebuild
parentFixing bug #73146 (diff)
downloadhistorical-b1fb98e3d4c5464732fdcd6d74476fab53d089a7.tar.gz
historical-b1fb98e3d4c5464732fdcd6d74476fab53d089a7.tar.bz2
historical-b1fb98e3d4c5464732fdcd6d74476fab53d089a7.zip
Added a patch to fix bug #72934.
Diffstat (limited to 'x11-libs/nucleo/nucleo-0.1_p20041130.ebuild')
-rw-r--r--x11-libs/nucleo/nucleo-0.1_p20041130.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild b/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild
index 5ddd54458d45..8dd672aaf4c8 100644
--- a/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild
+++ b/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild,v 1.1 2004/12/02 11:34:58 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/nucleo/nucleo-0.1_p20041130.ebuild,v 1.2 2004/12/03 10:58:25 usata Exp $
+
+inherit eutils
IUSE=""
@@ -20,6 +22,12 @@ KEYWORDS="~x86 ~ppc"
S="${WORKDIR}/${P/_p*/}"
+src_unpack() {
+ unpack ${A}
+ cd ${S}/nucleo/gl/texture
+ epatch ${FILESDIR}/${P/_p*/}-nv.patch
+}
+
src_compile() {
econf || die "configure failed"
emake || die "make failed"