Package: vat
Severity: important
Version: 4.0b2-15.2
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs updated config.guess, config.sub and small tweak.
Please find patch bellow with tweak.
For config.guess and config.sub is needed a version
from last year, which is available in the autotools-dev
packages that are in current sarge, and sid.
You can simply copy them manually, but it can also be done
automatically using the method described in
/usr/share/doc/autotools-dev/README.Debian.gz
It would also be nice if you can ask upstream
to include this changes.
Thanks in advance
Petr
--- config.h~ 2006-07-19 23:23:10.000000000 +0200
+++ config.h 2006-07-19 23:23:10.000000000 +0200
@@ -84,7 +84,7 @@
#include <arpa/inet.h>
int strcasecmp(const char *, const char *);
clock_t clock(void);
-#if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__)
&& !defined(linux)
+#if !defined(sco) && !defined(sgi) && !defined(__bsdi__) && !defined(__FreeBSD__) &&
!defined(linux) && !defined(__GLIBC__)
int gethostid(void);
#endif
time_t time(time_t *);
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]