Source: unicode-screensaver
Version: 0.5-1
Tags: patch upstream
User: helm...@debian.org
Usertags: rebootstrap

unicode-screensaver fails to cross build from source, because
configure.ac thinks that all cross compilers are broken. That's not a
reasonable assumption and the attached patch fixes that. Please consider
applying it.

Helmut
--- unicode-screensaver-0.5.orig/configure.ac
+++ unicode-screensaver-0.5/configure.ac
@@ -145,7 +145,7 @@
      AC_MSG_RESULT(yes),
      AC_MSG_RESULT(no)
      AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.),
-     AC_MSG_ERROR(Couldn't build even a trivial ANSI C program: check CC.))
+     AC_MSG_RESULT(cross compiling... assuming yes))
 
   if test -n "$GCC"; then
     AC_MSG_RESULT(Turning on gcc compiler warnings.)

Reply via email to