Browse Source

Workaround for existing Qt libraries problem.

master
Michael Schloh von Bennewitz 23 years ago committed by Ralf S. Engelschall
parent
commit
05d5505b80
  1. 4
      qt/qt.spec

4
qt/qt.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.1.0
Release: 20021118
Release: 20021125
# list of sources
Source0: ftp://ftp.silug.org/pub/qt/source/qt-x11-free-%{version}.tar.gz
@ -101,8 +101,6 @@ AutoReqProv: no
-docdir %{l_prefix}/share/qt/doc \
-datadir %{l_prefix}/share/qt/data \
-static -qt-gif -qt-zlib -platform $oscomp \
-L`%{l_prefix}/etc/rc --query x11_libdir` \
-R`%{l_prefix}/etc/rc --query x11_libdir` \
-thread -stl -qt-libpng -qt-libjpeg -qt-libmng \
%if "%{with_xft}" == "yes"
-xft

Loading…
Cancel
Save