# | Line 1 | Line 1 | |
---|---|---|
1 | < | ### RPM external meschach 1.2.pCMS1-CMS18 |
1 | > | ### RPM external meschach 1.2.pCMS1-CMS19 |
2 | Source: http://www.math.uiowa.edu/~dstewart/meschach/mesch12b.tar.gz | |
3 | Patch: meschach-1.2-slc4 | |
4 | Patch1: meschach-1.2b-fPIC | |
# | Line 9 | Line 9 | Patch1: meschach-1.2b-fPIC | |
9 | %patch1 -p0 | |
10 | ||
11 | %build | |
12 | + | # Just fix this by hand for MacOSX (the configure probably needs to be updated) |
13 | + | %ifos darwin |
14 | + | perl -p -i -e "s|define HAVE_MALLOC_H 1|undef MALLOCDECL|g" machine.h |
15 | + | %endif |
16 | make | |
17 | %install | |
18 | mkdir -p %i/include |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |