# | Line 15 | Line 15 | case %cmsplatf in | |
---|---|---|
15 | ;; | |
16 | *_amd64_* ) | |
17 | LIB64_SUFFIX=64 | |
18 | < | ADDITIONAL_OPTIONS="--without-freetype --disable-shared --enable-static --disable-libtdl" |
18 | > | ADDITIONAL_OPTIONS="--without-freetype --disable-shared --enable-static --disable-ltdl" |
19 | ;; | |
20 | osx* ) | |
21 | ADDITIONAL_OPTIONS= | |
# | Line 62 | Line 62 | perl -p -i -e "s|\+0 \-1|-k1,1|g" dotnea | |
62 | fi | |
63 | # Probably the configure should just be remade on Darwin, but it builds | |
64 | # as-is with this small cleanup | |
65 | – | %ifos darwin |
65 | perl -p -i -e "s|-lexpat||g" configure | |
67 | – | %endif |
66 | make %makeprocesses | |
67 | ||
68 | %install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |