Browse Source

Fixed rebuilding redundant path problem.

master
Michael Schloh von Bennewitz 24 years ago committed by Ralf S. Engelschall
parent
commit
789a926f1f
  1. 9
      qt/qt.spec

9
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.0.5
Release: 20020930
Release: 20021003
# list of sources
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
@ -76,12 +76,7 @@ AutoReqProv: no
-platform $oscomp -thread -stl \
-qt-libpng -qt-libjpeg -qt-libmng \
-no-nas-sound -no-tablet -no-xkb \
-xft -sm -xinerama -xrender \
-I%{l_prefix}/include \
-L%{l_prefix}/lib \
-R%{l_prefix}/lib \
-L`%{l_prefix}/etc/rc --query x11_libdir` \
-R`%{l_prefix}/etc/rc --query x11_libdir`
-xft -sm -xinerama -xrender
%{l_make} %{l_mflags -O} \
MAKE="%{l_make} %{l_mflags -O}" \
symlinks src-qmake src-moc sub-src sub-tools

Loading…
Cancel
Save