Source: xdaliclock
Version: 2.44+debian-1
Tags: patch upstream
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

xdaliclock fails to cross build from source, because X11/configure.in
uses AC_TRY_RUN to verify that the compiler works. For cross
compilation, it should be assumed working. Please consider applying the
attached patch.

Helmut
--- xdaliclock-2.44+debian.orig/X11/configure.in
+++ xdaliclock-2.44+debian/X11/configure.in
@@ -59,7 +59,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... asssuming yes))
 
   if test -n "$GCC"; then
     AC_MSG_RESULT(Turning on gcc compiler warnings.)

Reply via email to