merge 646761 646977 thanks On 2011-10-28 21:58 +0200, Jakub Wilk wrote:
> Package: libncurses5-dev > Version: 5.9-2 > Severity: normal > User: [email protected] > Usertags: multiarch > > libncurses5-dev is marked as "Multi-Arch: same" but some of the files > it ships differ across architectures: > /usr/include/etip.h (amd64 != all the rest) > /usr/include/term.h (kfreebsd-* != linux architectures) > /usr/include/curses.h (different on every architecture) I had noticed the latter two myself in the meantime, but I don't have an explanation for the first ATM. > --- libncurses5-dev_5.9-2_amd64/usr/include/etip.h > +++ libncurses5-dev_5.9-2_kfreebsd-amd64/usr/include/etip.h > @@ -62,7 +62,7 @@ > #endif > > #ifndef ETIP_NEEDS_MATH_H > -#define ETIP_NEEDS_MATH_H 1 > +#define ETIP_NEEDS_MATH_H 0 > #endif > > #ifndef ETIP_NEEDS_MATH_EXCEPTION The value of ETIP_NEEDS_MATH_H is probably dependent on the build environment, rather than on the architecture. Craig, do you have any build logs? Cheers, Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

