summaryrefslogtreecommitdiffstats
path: root/package/icu/icu-both-elif-no-arguments.patch
Commit message (Collapse)AuthorAgeFilesLines
* icu: convert to autotargets and bump to version 4.4.2Gustavo Zacarias2010-12-221-23/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* icu: fix build with gcc >= 4.4 / JLEVEL > 1Peter Korsgaard2010-05-231-0/+23
Fix two issues with the icu build: - icu source contains an #elif without any arguments, which g++ >= 4.4 flags as an error. This is both an issue for target and host build, so restructure the .mk so any *both*patch is applied to both builds (the other patches would cause trouble with host builds) - icu build system isn't parallel make safe, use MAKE1 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>