Browse Source

Remove extra uneeded crap.

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

7
qt/qt.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [EVAL]
Group: XWindow
License: GPL
Version: 3.0.5
Release: 20020927
Release: 20020930
# list of sources
Source0: ftp://ftp.trolltech.com/qt/source/qt-x11-free-%{version}.tar.gz
@ -63,10 +63,7 @@ AutoReqProv: no
%setup -q -n qt-x11-free-%{version}
%build
QTDIR=`pwd`
PATH="$QTDIR/bin:$PATH"
LD_LIBRARY_PATH="$QTDIR/lib:$LD_LIBRARY_PATH"
export QTDIR PATH LD_LIBRARY_PATH
export QTDIR=`pwd`
case "%{l_target}" in
*-freebsd* ) oscomp="freebsd-g++" ;;
*-linux* ) oscomp="linux-g++" ;;

Loading…
Cancel
Save