Package: hpsockd
Version: 0.14
Severity: important
Tags: patch

Hi,

currently your package FTBFS on GNU/kFreeBSD because this platform isn't
supported (yet) in the upstream Makefile, which uses directly uname
output. Please find attached an easy patch to add support for
GNU/kFreeBSD, which makes your package build fine.

Cheers,

-- 
Cyril Brulebois
--- hpsockd-0.14/src/Makefile.os        2007-03-15 10:11:19.112835000 +0100
+++ hpsockd-0.14/src/Makefile.os        2007-03-15 10:11:40.000000000 +0100
@@ -40,3 +40,6 @@
 Linux.debug:
        ${MAKE} CFLAGS="${LINUXDEBUG} ${LINUXCFLAGS}" CLFLAGS="${LINUXCLFLAGS}" 
all
 
+GNU/kFreeBSD: Linux
+
+GNU/kFreeBSD.debug: Linux.debug

Reply via email to