Source: vile Version: 9.8y-2 Tags: patch upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs
vile fails to cross build from source, because the cross-compilation specific test contains a syntax error. This will become obvious once looking at the attached patch. Thus it fails to define GETPRGP_VOID and that produces a compilation error later. Helmut
--- vile-9.8y.orig/aclocal.m4 +++ vile-9.8y/aclocal.m4 @@ -2951,7 +2951,7 @@ fi if test "$cross_compiling" = yes ; then AC_CHECK_FUNC(getpgrp,[ AC_TRY_COMPILE([ -#ac_includes_default +$ac_includes_default #include <signal.h> ],[