summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 17:40:23 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 17:40:23 +0000
commit116b87c4ffd53d1b72807a5ed8b88551f498dd13 (patch)
treebb98ac9e413583a3311a23bd92574998944b9724 /kde-base/kdemultimedia
parent*** empty log message *** (diff)
downloadgentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.tar.gz
gentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.tar.bz2
gentoo-2-116b87c4ffd53d1b72807a5ed8b88551f498dd13.zip
Update qt path
Diffstat (limited to 'kde-base/kdemultimedia')
-rw-r--r--kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild b/kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild
index 085338d3a7e1..c68db7ac1cb0 100644
--- a/kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild
+++ b/kde-base/kdemultimedia/kdemultimedia-2.0.1.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild,v 1.2 2000/12/08 17:21:48 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-2.0.1.ebuild,v 1.3 2000/12/11 17:40:22 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -21,10 +21,9 @@ src_unpack () {
unpack ${A}
}
src_compile() {
+ QTBASE=/usr/X11R6/lib/qt
try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt \
- --with-qt-includes=/usr/lib/qt/include \
- --with-qt-libs=/usr/lib/qt/lib \
+ --with-qt-dir=$QTBASE \
--with-alsa --enable-audio=alsa,nas
cp Makefile Makefile.orig
try make