summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-27 22:48:59 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-27 22:48:59 +0000
commit78e790d682f81ad07bbfb5bd125ffa67b097e9c4 (patch)
treed1e2e2d09133766e1c3a558e27f4a45f9e87cce1 /kde-base/kdelibs
parent*** empty log message *** (diff)
downloadgentoo-2-78e790d682f81ad07bbfb5bd125ffa67b097e9c4.tar.gz
gentoo-2-78e790d682f81ad07bbfb5bd125ffa67b097e9c4.tar.bz2
gentoo-2-78e790d682f81ad07bbfb5bd125ffa67b097e9c4.zip
*** empty log message ***
Diffstat (limited to 'kde-base/kdelibs')
-rw-r--r--kde-base/kdelibs/kdelibs-2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kdelibs/kdelibs-2.0.ebuild b/kde-base/kdelibs/kdelibs-2.0.ebuild
index ec29b63942ed..7006f8a85f44 100644
--- a/kde-base/kdelibs/kdelibs-2.0.ebuild
+++ b/kde-base/kdelibs/kdelibs-2.0.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/kdelibs/kdelibs-2.0.ebuild,v 1.2 2000/11/06 12:28:04 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-2.0.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -29,9 +29,9 @@ src_unpack() {
src_compile() {
try ./configure --prefix=/opt/kde2 --host=${CHOST} --with-ssl-dir=/usr \
- --with-qt-dir=/usr/lib/qt-x11-2.2.1 \
- --with-qt-includes=/usr/lib/qt-x11-2.2.1/include \
- --with-qt-libs=/usr/lib/qt-x11-2.2.1/lib
+ --with-qt-dir=/usr/lib/qt \
+ --with-qt-includes=/usr/lib/qt/include \
+ --with-qt-libs=/usr/lib/qt/lib
try make
}