summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-12-29 17:41:37 +0000
committerDan Armak <danarmak@gentoo.org>2001-12-29 17:41:37 +0000
commit31ea401556c658c3b023797bba71370f471437d6 (patch)
tree8675242200fdcbca6ae10a94064e5ff3fbe4c818 /media-libs/SoQt
parentunmasked fam (diff)
downloadgentoo-2-31ea401556c658c3b023797bba71370f471437d6.tar.gz
gentoo-2-31ea401556c658c3b023797bba71370f471437d6.tar.bz2
gentoo-2-31ea401556c658c3b023797bba71370f471437d6.zip
big commit :-) read gentoo-announce msg and eclass/doc/news.txt for details
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r--media-libs/SoQt/SoQt-20010601-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/SoQt/SoQt-20010601-r1.ebuild b/media-libs/SoQt/SoQt-20010601-r1.ebuild
index dae600bd8242..bf5b1c1f7076 100644
--- a/media-libs/SoQt/SoQt-20010601-r1.ebuild
+++ b/media-libs/SoQt/SoQt-20010601-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.1 2001/10/06 15:30:16 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-20010601-r1.ebuild,v 1.2 2001/12/29 17:41:37 danarmak Exp $
A=${P}.tar.gz
@@ -12,19 +12,19 @@ HOMEPAGE="http://www.coinn3d.org"
DEPEND="virtual/x11
virtual/opengl
- >=x11-libs/qt-x11-2.3
+ >=x11-libs/qt-2.3
=media-libs/coin-${PV}"
src_compile() {
- try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST}
- try make
+ ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} --qith-qt-dir=/usr/qt/2 || die
+ make || die
}
src_install () {
- try make DESTDIR=${D} install
+ make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README*
docinto txt
dodoc docs/qtcomponents.doxygen