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.4 by eulisse, Wed Apr 5 09:22:07 2006 UTC

# Line 32 | Line 32 | export QTDIR=$PWD
32   export PATH=$QTDIR/bin:$PATH
33   export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
34   export DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
35 < echo yes | ./configure -prefix %i -thread -stl
35 >
36 > case $(uname -m) in
37 >  x86_64)
38 >    export CONFIG_ARGS="-platform linux-g++-64"
39 > esac
40 >
41 > echo yes | ./configure -prefix %i -thread -stl $CONFIG_ARGS
42   # install_framework is hosed
43   perl -p -i -e 's/^install_framework:/install_framework:\ninstall_framework_no:/' src/Makefile
44 < make
44 > make %makeprocesses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines