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 \ |
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 |