File abiword.ansi.patch of Package abiword
/usr/lib/perl5/5.8.8/ppc-linux-thread-multi-64int/CORE/perl.h:1367: error: ISO C++ does not support 'long long' /usr/lib/perl5/5.8.8/ppc-linux-thread-multi-64int/CORE/perl.h:1368: error: ISO C++ does not support 'long long' make[5]: *** [ut_PerlBindings.o] Error 1 --- abi/ac-helpers/abi-detect-platform.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: abiword-2.4.2/abi/ac-helpers/abi-detect-platform.m4 =================================================================== --- abiword-2.4.2.orig/abi/ac-helpers/abi-detect-platform.m4 +++ abiword-2.4.2/abi/ac-helpers/abi-detect-platform.m4 @@ -212,7 +212,7 @@ case "$OS_NAME" in *) case "$GCC" in yes) - WARNING_CFLAGS="-Wall -pedantic -ansi -D_POSIX_SOURCE" + WARNING_CFLAGS="-Wall -D_POSIX_SOURCE" WARNING_CFLAGS="$WARNING_CFLAGS -D_BSD_SOURCE -pipe" ;; no)