tag 533269 pending thanks Petr Salinger <[email protected]> (16/06/2009): > the current version fails to build on GNU/kFreeBSD.
Thanks Petr, NMU pending, with the attached patch. Mraw, KiBi.
diff -u guile-1.6-1.6.8/debian/changelog guile-1.6-1.6.8/debian/changelog --- guile-1.6-1.6.8/debian/changelog +++ guile-1.6-1.6.8/debian/changelog @@ -1,3 +1,12 @@ +guile-1.6 (1.6.8-6.3) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS on kfreebsd-i386 by adding that architecture to the + WORKING_QTHREADS_ARCHS variable in debian/rules, thanks to Petr + Salinger (Closes: #533269). + + -- Cyril Brulebois <[email protected]> Mon, 29 Jun 2009 14:35:06 +0200 + guile-1.6 (1.6.8-6.2) unstable; urgency=low * Non-maintainer upload. diff -u guile-1.6-1.6.8/debian/rules guile-1.6-1.6.8/debian/rules --- guile-1.6-1.6.8/debian/rules +++ guile-1.6-1.6.8/debian/rules @@ -32,7 +32,7 @@ # If you change this please change the debian/control qthreads entry and the # arch-specific .install targets below too. -WORKING_QTHREADS_ARCHS := i386 alpha +WORKING_QTHREADS_ARCHS := i386 alpha kfreebsd-i386 ifeq ($(findstring ${DEB_HOST_ARCH},${WORKING_QTHREADS_ARCHS}),${DEB_HOST_ARCH}) ENABLE_THREADS := --with-threads=yes
signature.asc
Description: Digital signature

