Package: ogle-gui
Severity: important
Version: 0.9.2-4.2
Tags: patch
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD,
because of outdated libtool.

The version of libtool used in ogle-gui is too old to correctly
support Debian GNU/k*BSD, libtool 1.5.2-1 or later is need.

It would be nice if you can ask upstream to update libtool
in their next release. In mean time please use the patch bellow.

Thanks in advance

                         Petr


--- configure~  2009-01-10 21:16:37.000000000 +0000
+++ configure   2009-01-10 21:17:09.000000000 +0000
@@ -4284,7 +4284,7 @@
   ;;

 # This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
   case $host_cpu in
   alpha* | hppa* | i*86 | mips | mipsel | powerpc* | sparc* | ia64*)
     lt_cv_deplibs_check_method=pass_all ;;
@@ -6784,7 +6784,7 @@
   ;;

 # This must be Linux ELF.
-linux-gnu*)
+linux-gnu*|kfreebsd*)
   version_type=linux
   need_lib_prefix=no
   need_version=no




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to