Package: italc
Severity: important
Tags:
Hi,
currently your package FTBFS on GNU/kFreeBSD with the following error:
> checking whether ping -w works...yes
> checking whether ping -W works...yes
> checking platform to build for... configure: error: *** non usable found...
> Run ./configure --help to see a list of available platforms, you can also
> specify explicit, if your platform was not recognized properly. Otherwise
> your platform isn't supported yet. In this case please contact the maintainer
> (see README)
> make: *** [config.status] Error 1
Full build logs are available on
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=italc>.
Attached is a patch which fixes this by forcing the Linux platform
through the --with--linux configure option. Then the package builds
fine, so I assume that it should just run fine too, and that the GNU
userland is in fact sufficient.
Cheers,
--
Cyril Brulebois
--- italc-0.9.6.2/debian/rules 2007-03-09 06:35:04.929581000 +0100
+++ italc-0.9.6.2/debian/rules 2007-03-09 06:35:18.000000000 +0100
@@ -6,7 +6,7 @@
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
CPPFLAGS += -I/usr/X11R6/include
-DEB_CONFIGURE_EXTRA_FLAGS = LDFLAGS=-L/usr/X11R6/lib ACLOCAL=:
+DEB_CONFIGURE_EXTRA_FLAGS = --with-linux LDFLAGS=-L/usr/X11R6/lib ACLOCAL=:
debian/italc.xpm: master/italc/resources/client_manager.png
convert -resize 32 $< $@