ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/qt.spec
(Generate patch)

Comparing COMP/CMSDIST/qt.spec (file contents):
Revision 1.1 by eulisse, Fri Feb 24 08:01:52 2006 UTC vs.
Revision 1.5 by eulisse, Tue May 9 17:02:08 2006 UTC

# Line 20 | Line 20
20   %endif
21  
22   # Requires: zlib, ...
23 + Requires: x11
24   Source0: ftp://ftp.trolltech.com/qt/source/%n-mac-free-%{qtversion}.tar.bz2
25   Source1: ftp://ftp.trolltech.com/qt/source/%n-x11-free-%{qtversion}.tar.bz2
26  
# Line 32 | Line 33 | export QTDIR=$PWD
33   export PATH=$QTDIR/bin:$PATH
34   export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
35   export DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
36 < echo yes | ./configure -prefix %i -thread -stl
36 >
37 > case $(uname -m) in
38 >  x86_64)
39 >    export CONFIG_ARGS="-platform linux-g++-64"
40 > esac
41 >
42 > echo yes | ./configure -prefix %i -thread -stl $CONFIG_ARGS
43   # install_framework is hosed
44   perl -p -i -e 's/^install_framework:/install_framework:\ninstall_framework_no:/' src/Makefile
45 < make
45 > make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines