Package: tac-plus
Version: 1:4.0.4.alpha-14
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD, as you can see by having a
look at the buildd logs[0]. Please find attached a patch to add support
for GNU/k*BSD and GNU(/Hurd). It allows the package to build fine at
least on GNU/kFreeBSD, and might help other architectures (like
hurd-i386).

 0. http://experimental.ftbfs.de/build.php?&pkg=tac-plus

Cheers,

-- 
Cyril Brulebois
--- tac-plus-4.0.4.alpha/configure      2007-03-20 10:41:58.000000000 +0100
+++ tac-plus-4.0.4.alpha/configure      2007-03-20 10:41:59.000000000 +0100
@@ -912,7 +912,7 @@
 
 
 case $host_os in 
-       *linux-gnu)
+       *linux-gnu|*k*bsd*-gnu|*-gnu*)
        OS="-DLINUX -DGLIBC"
        ;;
        *solaris*)
--- tac-plus-4.0.4.alpha/configure.in   2007-03-20 10:41:58.000000000 +0100
+++ tac-plus-4.0.4.alpha/configure.in   2007-03-20 10:41:59.000000000 +0100
@@ -11,7 +11,7 @@
 AC_CANONICAL_SYSTEM()
 
 case $host_os in 
-       *linux-gnu)
+       *linux-gnu|*k*bsd*-gnu|*-gnu*)
        OS="-DLINUX -DGLIBC"
        ;;
        *solaris*)

Reply via email to