[Pkg-allegro-maintainers] Bug#401626: kq: FTBFS on GNU/kFreeBSD

Petr Salinger Petr.Salinger at seznam.cz
Tue Dec 5 00:01:12 CET 2006


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





More information about the Pkg-allegro-maintainers mailing list