Package: tile Version: 0.8.2-2.1 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd
Hi, your package FTBFS on GNU/kFreeBSD since it cannot figure out how to deal with shared libraries. Once the attached patch applied, it's sufficient to run “autoconf” to get a buildable package. Build logs: https://buildd.debian.org/status/package.php?suite=unstable&p=tile Thanks for considering. Mraw, KiBi.
--- a/tclconfig/tcl.m4 +++ b/tclconfig/tcl.m4 @@ -1575,7 +1575,7 @@ dnl AC_CHECK_TOOL(AR, ar) ]) ]) ;; - Linux*) + Linux*|GNU/kFreeBSD*) SHLIB_CFLAGS="-fPIC" SHLIB_LD_LIBS='${LIBS}' SHLIB_SUFFIX=".so"