Package: kq
Severity: important
Version: 0.99.cvs20060528-3
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs small tweak to configure.ac/configure,
see bellow.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr


--- kq-0.99.cvs20060528.orig/configure.ac
+++ kq-0.99.cvs20060528/configure.ac
@@ -76,7 +76,7 @@

 # host stuff
 case ${host} in
-     *-*-linux*)
+     *-*-linux*|*-*-k*bsd*-gnu)
      kq_extra_files='unix.$(OBJEXT)'
      AC_SUBST([kq_extra_files])
      AC_SUBST(kq_target_dir,unix)


--- kq-0.99.cvs20060528.orig/configure
+++ kq-0.99.cvs20060528/configure
@@ -6170,7 +6170,7 @@

 # host stuff
 case ${host} in
-     *-*-linux*)
+     *-*-linux*|*-*-k*bsd*-gnu)
      kq_extra_files='unix.$(OBJEXT)'

      kq_target_dir=unix



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to