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

Comparing COMP/CMSDIST/graphviz.spec (file contents):
Revision 1.21 by elmer, Wed Jan 23 20:32:01 2008 UTC vs.
Revision 1.22 by elmer, Wed Jan 23 21:56:09 2008 UTC

# Line 11 | Line 11 | LIB64_SUFFIX=
11   case %cmsplatf in
12      *_ia32_* )
13          export LD_LIBRARY_PATH=`echo $LD_LIBRARY_PATH | sed -e 's|lib64|lib|g'`
14 <        ADDITIONAL_OPTIONS="--without-freetype --disable-shared --enable-static --disable-libtdl"
14 >        ADDITIONAL_OPTIONS="--with-freetype2=no --disable-shared --enable-static --disable-libtdl"
15      ;;
16      *_amd64_* )
17          LIB64_SUFFIX=64
18 <        ADDITIONAL_OPTIONS="--without-freetype --disable-shared --enable-static --disable-ltdl"
18 >        ADDITIONAL_OPTIONS="--with-freetype2=no --disable-shared --enable-static --disable-ltdl"
19      ;;
20      osx* )
21 <        ADDITIONAL_OPTIONS=
21 >        ADDITIONAL_OPTIONS="--with-freetype2=no"
22      ;;
23   esac
24   ./configure \
# Line 67 | Line 67 | make %makeprocesses
67  
68   %install
69   make install
70 < ln -s dot_static %i/bin/dot
70 > # To match configure options above
71 > case %cmsplatf in
72 >    *_ia32_* | *_amd64_*)
73 >        ln -s dot_static %i/bin/dot
74 >    ;;
75 > esac
76  
77   # SCRAM ToolBox toolfile
78   mkdir -p %i/etc/scram.d

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines