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
commitfbaab1ecdb443797c95ae6862a344a599a37720e (patch)
tree72b472eb8dbbc97508e7d3f2a102f10aad8bf230 /kde-base/kde-i18n
parent*** empty log message *** (diff)
downloadhistorical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.gz
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.tar.bz2
historical-fbaab1ecdb443797c95ae6862a344a599a37720e.zip
*** empty log message ***
Diffstat (limited to 'kde-base/kde-i18n')
-rw-r--r--kde-base/kde-i18n/kde-i18n-2.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kde-i18n/kde-i18n-2.0.ebuild b/kde-base/kde-i18n/kde-i18n-2.0.ebuild
index 5c8641e5487d..267652fb0649 100644
--- a/kde-base/kde-i18n/kde-i18n-2.0.ebuild
+++ b/kde-base/kde-i18n/kde-i18n-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/kde-i18n/kde-i18n-2.0.ebuild,v 1.2 2000/11/07 11:16:08 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-i18n/kde-i18n-2.0.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
A=${P}.tar.bz2
S=${WORKDIR}/${P}
@@ -26,9 +26,9 @@ src_compile() {
find /usr/share/sgml -name "catalog" -print -exec install-catalog -a catalog {} \;
export SGML_CATALOG_FILES=${S}/catalog
try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --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
cp Makefile Makefile.orig
sed -e "s:^TOPSUBDIRS = .*:TOPSUBDIRS = ca cs da de el en_GB eo es et fi fr he hr hu is it mk nl no no_NY pl pt pt_BR ro ru sk sl sv ta tr uk:" Makefile.orig > Makefile
try SGML_CATALOG_FILES=${S}/catalog make