diff options
-rw-r--r-- | kde3/qt3/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde3/qt3/Pkgfile b/kde3/qt3/Pkgfile index 4abcd180b..4ca812439 100644 --- a/kde3/qt3/Pkgfile +++ b/kde3/qt3/Pkgfile @@ -2,7 +2,7 @@ # URL: http://trolltech.com/products/qt/qt3 # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: xorg, libjpeg, libmng +# Depends on: xorg, libjpeg, libmng, libcups name=qt3 version=3.3.8b @@ -32,10 +32,10 @@ build() { -no-exceptions \ -thread \ -tablet - make src-moc sub-src -j2 + make src-moc sub-src find . -name Makefile -exec sed -i "s|,/usr/lib|,`pwd`/lib|" {} \; find . -name Makefile -exec sed -i "s|,/opt/qt/lib|,`pwd`/lib|" {} \; - make sub-tools -j2 + make sub-tools make INSTALL_ROOT=$PKG install # correct qmake's PRL files (the libraries were placed into /usr/lib*/ and |