# | Line 1 | Line 1 | |
---|---|---|
1 | ### RPM external log4cplus 1.0.2 | |
2 | + | Requires: gcc-wrapper |
3 | ||
4 | Source: http://switch.dl.sourceforge.net/sourceforge/%n/%{n}-%{v}.tar.gz | |
5 | ||
6 | %build | |
7 | + | ## IMPORT gcc-wrapper |
8 | ./configure --prefix=%i | |
9 | + | case $(uname)-$(uname -m) in |
10 | + | Darwin*) |
11 | + | perl -p -i -e "s|\/\* #undef socklen_t \*\/|#undef socklen_t|" include/log4cplus/config.h;; |
12 | + | esac |
13 | make | |
14 | ||
15 | %install |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |