Package: discover
Severity: important
Tags: patch

Fails to build on GNU/kFreeBSD (and any system using sysdep/stubs/) due to
broken #include in sysdep/stubs/.

Patch attached.

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 6.0-1-486
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL 
set to C)
diff -ur discover-2.0.7.old/sysdeps/stub/stubs.c discover-2.0.7/sysdeps/stub/stubs.c
--- discover-2.0.7.old/sysdeps/stub/stubs.c	2003-11-17 05:25:01.000000000 +0100
+++ discover-2.0.7/sysdeps/stub/stubs.c	2006-04-26 10:00:26.000000000 +0200
@@ -35,7 +35,7 @@
 
 #include <config.h>
 
-#include <sysdep.h>
+#include <discover/sysdep.h>
 
 #include <stdio.h>  /* For NULL */
 

Reply via email to